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

In This Topic
    ShowWarningForEmptyTransformationSelection Property
    In This Topic
    Gets and sets if a warning message is displayed if there is no initial selection for a transformation element.
    Syntax
    public bool ShowWarningForEmptyTransformationSelection {get; set;}
    Public Property ShowWarningForEmptyTransformationSelection As Boolean
    Remarks
    The default is false. There will be no initial selection for a transformation element if a TransformationName is not set for a given TransformationInfo object, or if the transformation is not found.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also