This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.GetPoint Method (ArcObjects .NET 10.5 SDK) |
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