ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / CompositeGeographicTransformation Class
Properties Methods


In This Topic
    CompositeGeographicTransformation Class Members
    In This Topic

    The following tables list the members exposed by CompositeGeographicTransformation.

    Public Properties
     NameDescription
    Public Property Gets the number of single transformations in this composite transformation.  
    Public Property Gets the input spatial reference of this transformation. (Inherited from ArcGIS.Core.Geometry.DatumTransformation)
    Public Property Gets the single transformation at the specified index.  
    Public Property Gets the output spatial reference of this transformation. (Inherited from ArcGIS.Core.Geometry.DatumTransformation)
    Public Property Gets the list of transformations in this composite transformation.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public MethodOverridden. Creates an inverted instance of this tranformation. The inverted instance has inverted order of GeographicTransformation instances, and each geographic transofmration has its IsForward property inverted.  
    Public MethodOverridden.  Returns the JSON representation of this transformation.  
    Top
    See Also