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


In This Topic
    Topology Class Members
    In This Topic

    The following tables list the members exposed by Topology.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverridden. Gets the ArcGIS.Core.Data.DatasetType of this derived dataset.  
    Top
    Public Methods
     NameDescription
    Public Method Creates an in-memory representation of the topologically-integrated features within the current topology for a given area. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the TopologyDefinition of this dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the error features associated with a topology. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the union of all the feature classes that participate in the Topology. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the state of the topology. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodMarks the topology error specified by error as an exception. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodResets error currently marked as an exception to once again be an error. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodEnsures data integrity by validating the features in a topology in the area specified by ValidationDescription.Extent against a pre-defined set of topology rules. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodMarks the topology error specified by topologyError as an exception. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodResets the topologyError currently marked as an exception to once again be an error. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodEnsures data integrity by validating the features in a topology in the area specified by ArcGIS.Core.Data.Topology.ValidationDescription.Extent against a pre-defined set of topology rules. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also