ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.Location Property

The point's location.

[Visual Basic .NET]
Public Property Location As IPoint
[C#]
public IPoint Location {get; set;}
[C++]
HRESULT get_Location(
  IPoint** ppPoint
);
[C++]
HRESULT put_Location(
  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

ILasPointInfo Interface