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


INetworkSourceDirections3.LandmarkManeuverSources 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.LandmarkManeuverSources Property
ArcGIS Developer Help

INetworkSourceDirections3.LandmarkManeuverSources Property

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*

Product Availability

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

See Also

INetworkSourceDirections3 Interface