ArcObjects Library Reference (Location)  

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

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.

CoClasses that implement IRouteMeasurePointProperties2

CoClasses and 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

.NET Related Topics

Location