ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / DatumTransformation Class / GetInverse Method

In This Topic
    GetInverse Method (DatumTransformation)
    In This Topic
    Creates an inverted instance of this transformation. The inverted instance has its IsForward property inverted.
    Syntax
    Public MustOverride Function GetInverse() As DatumTransformation
    public abstract DatumTransformation GetInverse()

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also