ArcObjects Library Reference (GeoDatabase)  

IRouteEventProperties.IsALineEvent Property

Is a line event.

[Visual Basic .NET]
Public ReadOnly Property IsALineEvent As Boolean
[C#]
public bool IsALineEvent {get;}
[C++]
HRESULT get_IsALineEvent(
  VARIANT_BOOL* lineEvent
);
[C++]

Parameters

lineEvent [out, retval]   lineEvent is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRouteEventProperties Interface