ArcObjects Library Reference (Location)  

IRouteMeasurePointProperties2.AsPointFeature Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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

See Also

IRouteMeasurePointProperties2 Interface