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


INetworkSourceDirections3.LandmarkEventSources Property (ArcObjects .NET 10.5 SDK)
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