Name | Description | |
---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | Type | Overridden. Gets the ArcGIS.Core.Data.DatasetType of this derived dataset. |
The following tables list the members exposed by Topology.
Name | Description | |
---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | Type | Overridden. Gets the ArcGIS.Core.Data.DatasetType of this derived dataset. |
Name | Description | |
---|---|---|
![]() | BuildGraph | 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. |
![]() | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | GetDatastore | Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) |
![]() | GetDefinition | Gets the TopologyDefinition of this dataset. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetErrors | Gets the error features associated with a topology. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetExtent | Gets 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. |
![]() | GetName | Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) |
![]() | GetPath | Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) |
![]() | GetRegistrationType | Gets 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) |
![]() | GetState | Gets the state of the topology. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | MarkAsException | Marks the topology error specified by error as an exception. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | UnmarkAsException | Resets error currently marked as an exception to once again be an error. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Validate | Ensures 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. |
Name | Description | |
---|---|---|
![]() | GetDataConnection | Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetIsKnowledgeGraphDataset | Gets whether the dataset is a knowledge graph dataset or not. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | MarkAsExceptionInEditOperation | Marks the topology error specified by topologyError as an exception. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | UnmarkAsExceptionInEditOperation | Resets the topologyError currently marked as an exception to once again be an error. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ValidateInEditOperation | Ensures 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. |