This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.Location Property (ArcObjects .NET 10.4 SDK) |
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