ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControlProperties Class


In This Topic
    TransformationsControlProperties Class Properties
    In This Topic

    For a list of all members of this type, see TransformationsControlProperties members.

    Public Properties
     NameDescription
    Public Property Gets and sets if the source coordinate systems and the target coordinate systems can be changed in the table. If set to true, buttons will appear next to the source and target coordinate system names for each row. These buttons will launch a coordinate system picker when clicked on.  
    Public Property Gets and sets if items can be added to the table (through the Add button) or removed from the table (through the Delete button for each row) in the TransformationsControl.  
    Public Property Gets and sets the custom message to diplay when the transformation table within the TransformationsControl is empty.  
    Public Property Gets and sets if column names should be displayed or not.  
    Public PropertyGets and sets if a message (customizable with the NoTransformationsMessage property) is displayed or not when the transformation table within the TransformationsControl is empty.  
    Public Property Gets and sets if a warning message is displayed if there is no initial selection for a transformation element.  
    Public Property Gets and sets the column name for the source coordinate system column.  
    Public Property Gets and sets the spatial filter. If specified, the SpatialFilter will be used to filter the available transformations for all source and target coordinate system pairs in the table. If not specified, all the possible transformations for a given source and target coordinate system pair will be returned. Additionaly, if a SpatialFilter is also defined on a given TransformationInfo object, it will override this property (for this specific TransformationInfo object).  
    Public Property Gets and sets the column name for the target coordinate system column.  
    Public Property Gets and sets the title for the table. This is used by screen reader technologies to announce the name of the table. It is not used in the user interface.  
    Public Property Gets and sets the column name for the transformation column.  
    Public Property Gets and sets the transformation information used to populate the table within the TransformationsControl. Each TransformationInfo object will be used to populate one row of the table.  
    Top
    See Also