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

In This Topic
    SpatialFilter Property (TransformationsControlProperties)
    In This Topic
    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).
    Syntax
    public Envelope SpatialFilter {get; set;}
    Public Property SpatialFilter As Envelope
    Remarks
    This is optional. The spatial filter can be defined in any spatial reference. It will be projected to the source spatial reference of each TransformationInfo object if needed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also