ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControl Class / ConfigureControl Property

In This Topic
    ConfigureControl Property (TransformationsControl)
    In This Topic
    Gets and sets the TransformationsControlProperties to be used to configure the TransformationsControl
    Syntax
    Public Property ConfigureControl As TransformationsControlProperties
    public TransformationsControlProperties ConfigureControl {get; set;}
    Remarks
    Updating the TransformationsControlProperties instance once it is set will not trigger any update in the TransformationsControl. To udpate the control's configuration, a new instance of TransformationsControlProperties with the new configration needs to be created and set.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also