ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationInfo Class
Properties


In This Topic
    TransformationInfo Class Members
    In This Topic

    The following tables list the members exposed by TransformationInfo.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the source spatial reference to be used for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the vertical coordinate system wkid to be used to select the source spatial reference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the vertical coordinate system wkt to be used to select the source spatial reference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the source spatial reference wkid to be used to select the SourceSpatialReference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the source spatial reference wkt to be used to select the SourceSpatialReference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the spatial filter. If specified, the SpatialFilter will be used to filter the available transformations for the given source and target spatial reference (which can initially not be defined).  
    Public Property Gets and sets the target spatial reference to be used for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the vertical coordinate system wkid to be used to select the target spatial reference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the vertical coordinate system wkt to be used to select the target spatial reference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the target spatial reference wkid to be used to select the TargetSpatialReference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the target spatial reference wkt to be used to select the TargetSpatialReference for the TransformationInfo object (used to populate a table row).  
    Public Property Gets and sets the name of the transformation to select for the TransformationInfo object (used to populate a table row), for example "WGS_1984_(ITRF00)_To_NAD_1983".  
    Top
    See Also