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.LandmarkManeuverSources Property (ArcObjects .NET 10.5 SDK) |
The collection of DirectionsLandmarkSource items used to improve maneuver guidance.
[Visual Basic .NET] Public Property LandmarkManeuverSources As IArray
[C#] public IArray LandmarkManeuverSources {get; set;}
[C++]
HRESULT get_LandmarkManeuverSources(
IArray** maneuverSources
);
[C++]
HRESULT putref_LandmarkManeuverSources(
IArray* maneuverSources
);
[C++]
Parameters maneuverSources [out, retval]
maneuverSources is a parameter of type IArray maneuverSources [in]
maneuverSources is a parameter of type IArray