Overload | Description |
---|---|
Modify(TableDescription) | Enqueue the modify operation on the object referred to by the TableDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Modify(FeatureClassDescription) | Enqueue the modify operation on the object referred to by the FeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Modify(KnowledgeGraphTypeDescription) | 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. |
Modify(AnnotationFeatureClassDescription) | Enqueue the modify operation on the object referred to by the AnnotationFeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Modify(TableDescription,String,FieldDescription) | Enqueue the modify operation on the object referred to by the TableDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Modify(DomainDescription) | Enqueue the modify operation on the object referred to by the DomainDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Modify(CodedValueDomainDescription,SortBy,SortOrder) | Enqueue the modify operation on the object referred to by the CodedValueDomainDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Modify(RelationshipClassDescription) | Enqueue the modify operation on the object referred to by the RelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Modify(AttributedRelationshipClassDescription) | Enqueue the modify operation on the object referred to by the AttributedRelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |