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


ILasPointInfo.QueryLocation Method (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.QueryLocation Method
ArcGIS Developer Help

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.

Description

Queries the location information of the point.

pPoint is IPoint object representing the point loation. This object needs to be pre-initialized.

See Also

ILasPointInfo Interface