ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.QueryLocation Method

The point's location.

[Visual Basic .NET]
Public Sub QueryLocation ( _
    ByVal pPoint As IPoint _
)
[C#]
public void QueryLocation (
    IPoint pPoint
);
[C++]
HRESULT QueryLocation(
  IPoint* pPoint
);
[C++]

Parameters

pPoint

  pPoint is a parameter of type IPoint

Product Availability

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

See Also

ILasPointInfo Interface