This document is archived and information here might be outdated.  Recommended version.


IRouteMeasurePointProperties2.AsPointFeature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasurePointProperties2 Interface > IRouteMeasurePointProperties2.AsPointFeature Property
ArcGIS Developer Help

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(
  Boolean* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type bool Value [out, retval]
Value is a parameter of type 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