ArcObjects Library Reference (DataSourcesRaster)  

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