This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.WksLocation Property (ArcObjects .NET 10.4 SDK) |
The point's location.
[Visual Basic .NET] Public Property WksLocation As WKSPointZ
[C#] public WKSPointZ WksLocation {get; set;}
[C++]
HRESULT get_WksLocation(
_WKSPointZ* pPoint
);
[C++]
HRESULT put_WksLocation(
_WKSPointZ* pPoint
);
[C++]
Parameters pPoint [out, retval]
pPoint is a parameter of type _WKSPointZ pPoint [in]
pPoint is a parameter of type _WKSPointZ