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