ArcObjects Library Reference (Carto)  

IRealTimeDestination.DestinationLocation Property

The location of the destination point.

[Visual Basic .NET]
Public Property DestinationLocation As IPoint
[C#]
public IPoint DestinationLocation {get; set;}
[C++]
HRESULT get_DestinationLocation(
  IPoint** ppPoint
);
[C++]
HRESULT put_DestinationLocation(
  IPoint* ppPoint
);
[C++]

Parameters

ppPoint [out, retval]

  ppPoint is a parameter of type IPoint

ppPoint [in]

  ppPoint is a parameter of type IPoint

Product Availability

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

See Also

IRealTimeDestination Interface