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