This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasurePointProperties2 Interface > IRouteMeasurePointProperties2.AsPointFeature Property (ArcObjects .NET 10.5 SDK) |
Indicates if the point event shape should be output as a multipoint or a point.
[Visual Basic .NET] Public Property AsPointFeature As Boolean
[C#] public bool AsPointFeature {get; set;}
[C++]
HRESULT get_AsPointFeature(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_AsPointFeature(
VARIANT_BOOL Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_BOOL
If this property is set to True, the geometry of the RouteEventSource will be of type Point, and if this is False, the geometry will be of type Multipoint.