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


IMensuration.GetPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.GetPoint Method
ArcGIS Developer Help

IMensuration.GetPoint Method

Gets the coordinates of a map point and the associated error covariance matrix.

[Visual Basic .NET]
Public Sub GetPoint ( _
    ByVal pPoint As IPoint, _
    ByRef ppPointMeasurement As IPointMeasurement _
)
[C#]
public void GetPoint (
    IPoint pPoint,
    ref IPointMeasurement ppPointMeasurement
);
[C++]
HRESULT GetPoint(
  IPoint* pPoint,
  IPointMeasurement** ppPointMeasurement
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type IPoint* ppPointMeasurement [out]
ppPointMeasurement is a parameter of type IPointMeasurement**

Product Availability

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

See Also

IMensuration Interface