This document is archived and information here might be outdated. Recommended version. |
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*