ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / ErrorDescription Class / ErrorDescription Constructor
The area of interest to retrieve TopologyError.

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

    Parameters

    extent
    The area of interest to retrieve TopologyError.
    Exceptions
    ExceptionDescription
    extent is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also