This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections3 Interface > INetworkSourceDirections3.LandmarkEventSources Property (ArcObjects .NET 10.5 SDK) |
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