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


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

IMensuration3D.GetPoint3D Method

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**

Product Availability

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

See Also

IMensuration3D Interface