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


ILasPointInfo.WksLocation 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.WksLocation Property
ArcGIS Developer Help

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

pPoint is a parameter of type WKSPointZ* pPoint [out, retval]
pPoint is a parameter of type WKSPointZ*

Product Availability

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

See Also

ILasPointInfo Interface