ArcGIS Pro 3.7 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 Property ShowWarningForEmptyTransformationSelection As Boolean
    public bool ShowWarningForEmptyTransformationSelection {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also