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


IRouteMeasurePointProperties2 Interface (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
ArcGIS Developer Help

IRouteMeasurePointProperties2 Interface

Provides access to the route measure properties unique to point event tables.

Product Availability

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

Members

Name Description
Read/write property AddAngleField Indicates if an angle field should be added to the field set.
Read/write property AngleFieldName Name of the angle field name.
Read/write property AsPointFeature Indicates if the point event shape should be output as a multipoint or a point.
Read/write property ComplementAngle Indicates if 180 degres should be added to the angle field value.
Read/write property MeasureFieldName The measure field name.
Read/write property NormalAngle Indicates if the angle field should be the normal or the tangent anglea.

Inherited Interfaces

Interfaces Description
IRouteMeasurePointProperties Provides access to the route measure properties unique to point event tables.

Classes that implement IRouteMeasurePointProperties2

Classes Description
RouteMeasurePointProperties Properties for route measure point event tables.

Remarks

The IRouteMeasurePointProperties2 interface provides properties to add an angle field to the point RouteEventSource which can be used to cartographically rotate a point event marker.

See Also

IRouteEventProperties Interface