ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / ValidationResult Class / AffectedArea Property

In This Topic
    AffectedArea Property
    In This Topic
    Gets the envelope of the validated area.
    Syntax
    public Envelope AffectedArea {get;}
    Public ReadOnly Property AffectedArea As Envelope
    Remarks
    If an envelope is supplied to Validate which does not intersect or contain a dirty area, an empty envelope is returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also