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 > IMensuration3D Interface > IMensuration3D.GetPoint3D Method (ArcObjects .NET 10.5 SDK) |
Computes a 3D point given a 2D map points.
[Visual Basic .NET] Public Sub GetPoint3D ( _ ByVal pInPoint As IPoint, _ ByRef ppPointMeasurement As IPointMeasurement _ )
[C#] public void GetPoint3D ( IPoint pInPoint, ref IPointMeasurement ppPointMeasurement );
[C++]
HRESULT GetPoint3D(
IPoint* pInPoint,
IPointMeasurement** ppPointMeasurement
);
[C++]
Parameters pInPoint [in]
pInPoint is a parameter of type IPoint ppPointMeasurement [out]
ppPointMeasurement is a parameter of type IPointMeasurement