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


ILasPointInfo.Location Property (ArcObjects .NET 10.4 SDK)
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