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


INetworkSourceDirections3.LandmarkEventSources Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections3 Interface > INetworkSourceDirections3.LandmarkEventSources Property
ArcGIS Developer Help

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