ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / SchemaBuilder Class / Modify Method

In This Topic
    Modify Method (SchemaBuilder)
    In This Topic
    Overload List
    OverloadDescription
    Enqueue the modify operation on the object referred to by the TableDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the FeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the ArcGIS.Core.Data.DDL.Knowledge.KnowledgeGraphTypeDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the AnnotationFeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the TableDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the DomainDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the CodedValueDomainDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the RelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Enqueue the modify operation on the object referred to by the AttributedRelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also