ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyError Class
Properties


In This Topic
    TopologyError Class Members
    In This Topic

    The following tables list the members exposed by TopologyError.

    Public Properties
     NameDescription
    Public Property Gets the feature class name of the destination feature that created the topology error. If it is not applicable, an empty string is returned.  
    Public Property Gets the object ID of the destination feature that created the topology error.  
    Public PropertyGets a value indicating whether this topology rule has been marked as an exception.  
    Public Property Gets the feature class name of the origin feature that created the topology error. If it is not applicable, an empty string is returned.  
    Public Property Gets the object ID of the origin feature that created the topology error.  
    Public Property Gets the ID of the topology rule being violated.  
    Public Property Gets the type of topology rule being violated.  
    Public Property Gets the shape of the topology error.  
    Top
    See Also