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


ILasPointInfo.WksLocation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.WksLocation Property

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

Product Availability

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

See Also

ILasPointInfo Interface