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


ICadastralGroundToGridTools.Inverse3D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralGroundToGridTools Interface > ICadastralGroundToGridTools.Inverse3D Method
ArcGIS Developer Help

ICadastralGroundToGridTools.Inverse3D Method

Inverse3D calculates the mark-to-mark distance between two points, using the z value on the points as ellipsoid height, and using the spatial reference parameters.

[Visual Basic .NET]
Public Function Inverse3D ( _
    ByVal pSR As ISpatialReference, _
    ByVal argumentsInMeters As Boolean, _
    ByVal pPoint1 As IPoint, _
    ByVal pPoint2 As IPoint _
) As Double
[C#]
public double Inverse3D (
    ISpatialReference pSR,
    bool argumentsInMeters,
    IPoint pPoint1,
    IPoint pPoint2
);
[C++]
HRESULT Inverse3D(
  ISpatialReference* pSR,
  VARIANT_BOOL argumentsInMeters,
  IPoint* pPoint1,
  IPoint* pPoint2
);
[C++]
Parameters
pSR [in]

pSR is a parameter of type ISpatialReference* argumentsInMeters [in]
argumentsInMeters is a parameter of type bool pPoint1 [in]
pPoint1 is a parameter of type IPoint* pPoint2 [in]
pPoint2 is a parameter of type IPoint*

Product Availability

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

See Also

ICadastralGroundToGridTools Interface