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


In This Topic
    CompositeHVDatumTransformation Class Members
    In This Topic

    The following tables list the members exposed by CompositeHVDatumTransformation.

    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 Methodstatic (Shared in Visual Basic)Creates a new CompositeHVDatumTransformation from the given XML.  
    Public Methodstatic (Shared in Visual Basic)Creates a new CompositeHVDatumTransformation instance representing the 'null' method for a pair of spatial references.  
    Public MethodOverridden. Creates an inverted instance of this HVDatumTransformation. The inverted instance has inverted order of HVDatumTransformation instances, and each hv datum transformation has its IsForward property inverted.  
    Public MethodOverridden.  Returns the JSON representation of this transformation.  
    Public Method Returns the XML representation of this composite transformation.  
    Top
    See Also