ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControlProperties Class / ShowNoTransformationsMessage Property

In This Topic
    ShowNoTransformationsMessage Property
    In This Topic
    Gets and sets if a message (customizable with the NoTransformationsMessage property) is displayed or not when the transformation table within the TransformationsControl is empty.
    Syntax
    Public Property ShowNoTransformationsMessage As Boolean
    public bool ShowNoTransformationsMessage {get; set;}
    Remarks
    The default is true.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also