Overload | Description |
---|---|
Create(TableDescription) | Enqueue the create operation on the object referred to by the TableDescription. |
Create(FeatureClassDescription) | Enqueue the create operation on the object referred to by the FeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(KnowledgeGraphTypeDescription) | Enqueue the create 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. |
Create(FeatureDatasetDescription,FeatureClassDescription) | Enqueue the create operation on the object referred to by the FeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(AnnotationFeatureClassDescription) | Enqueue the create operation on the object referred to by the AnnotationFeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(FeatureDatasetDescription,AnnotationFeatureClassDescription) | Enqueue the create operation on the object referred to by the AnnotationFeatureClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(CodedValueDomainDescription) | Enqueue the create operation on the object referred to by the CodedValueDomainDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(RangeDomainDescription) | Enqueue the create operation on the object referred to by the RangeDomainDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(FeatureDatasetDescription) | Enqueue the create operation on the object referred to by the FeatureDatasetDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(RelationshipClassDescription) | Enqueue the create operation on the object referred to by the RelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(FeatureDatasetDescription,RelationshipClassDescription) | Enqueue the create operation on the object referred to by the RelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(AttributedRelationshipClassDescription) | Enqueue the create operation on the object referred to by the AttributedRelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(FeatureDatasetDescription,AttributedRelationshipClassDescription) | Enqueue the create operation on the object referred to by the AttributedRelationshipClassDescription. This method must be called on the MCT. Use QueuedTask.Run. |
Create(IndexDescription) | Enqueue the create operation on the object referred to by the IndexDescription. This method must be called on the MCT. Use QueuedTask.Run. |