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


In This Topic
    CoreDataExtensions Class Members
    In This Topic

    The following tables list the members exposed by CoreDataExtensions.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Registers an extension id (guid) with the specified table. This method must be called on the Main CIM Thread. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic)Evaluates all the applicable tables and feature classes in the geodatabase associated with attributeRuleManager using the operation(s) specified by description. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Gets the readonly list of extension ids (guids) registered with the table. This method must be called on the Main CIM Thread. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Gets if the specified extension id (guid) is registered with the table. This method must be called on the Main CIM Thread. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic)Marks the topology error specified by topologyError as an exception. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Removes the extension id (guid) from being registered with the table. This method must be called on the Main CIM Thread. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic)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.  
    Public Methodstatic (Shared in Visual Basic)Updates the validation error system tables specified by validationErrors. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic)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.  
    Top
    See Also