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


ILasPointInfo.Location Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.Location Property
ArcGIS Developer Help

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 [in]

ppPoint is a parameter of type IPoint* ppPoint [out, retval]
ppPoint is a parameter of type IPoint**

Product Availability

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

See Also

ILasPointInfo Interface