ArcObjects Library Reference (GeoDatabase)  

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