ArcGIS Pro 3.7 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 ReadOnly Property AffectedArea As Envelope
    public Envelope AffectedArea {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also