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


IPushPin.Location Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPushPin.Location Property

The location of the pin.

[Visual Basic .NET]
Public Property Location As IPoint
[C#]
public IPoint Location {get; set;}
[C++]
HRESULT get_Location(
  IPoint** point
);
[C++]
HRESULT putref_Location(
  IPoint* point
);
[C++]

Parameters point [out, retval]
point is a parameter of type IPoint point [in]
point is a parameter of type IPoint

Product Availability

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

See Also

IPushPin Interface