ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / ValidationDescription Class / ValidationDescription Constructor
The area of interest to validate the topology.

In This Topic
    ValidationDescription Constructor
    In This Topic
    Initializes a new instance of the ValidationDescription class.
    Syntax
    public ValidationDescription( 
       Envelope extent
    )
    Public Function New( _
       ByVal extent As Envelope _
    )

    Parameters

    extent
    The area of interest to validate the topology.
    Exceptions
    ExceptionDescription
    extent is null.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also