ArcObjects Library Reference (GeoDatabase)  

INetworkSourceDirections3.LandmarkEventSources Property

The collection of DirectionsLandmarkSource items used to generate event bypass instructions.

[Visual Basic .NET]
Public Property LandmarkEventSources As IArray
[C#]
public IArray LandmarkEventSources {get; set;}
[C++]
HRESULT get_LandmarkEventSources(
  IArray** eventSources
);
[C++]
HRESULT putref_LandmarkEventSources(
  IArray* eventSources
);
[C++]

Parameters

eventSources [out, retval]

  eventSources is a parameter of type IArray

eventSources [in]

  eventSources is a parameter of type IArray

Product Availability

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

See Also

INetworkSourceDirections3 Interface