Overload | Description |
---|---|
KnowledgeGraphRelationshipTypeDescription Constructor(String) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name |
KnowledgeGraphRelationshipTypeDescription Constructor(String,IEnumerable<KnowledgeGraphPropertyDescription>) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name and collection of property descriptions. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(String,ShapeDescription) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name and shape description. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(String,IEnumerable<KnowledgeGraphPropertyDescription>,ShapeDescription) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name, collection of property descriptions, and shape description. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(TableDefinition) | Construct a KnowledgeGraphRelationshipTypeDescription with the given ArcGIS.Core.Data.TableDefinition. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(String,TableDefinition) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name and ArcGIS.Core.Data.TableDefinition. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(String,TableDefinition,ShapeDescription) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name, ArcGIS.Core.Data.TableDefinition, and shape description. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(KnowledgeGraphRelationshipType) | Construct a KnowledgeGraphRelationshipTypeDescription with the given ArcGIS.Core.Data.Knowledge.KnowledgeGraphRelationshipType. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(String,KnowledgeGraphRelationshipType) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name and ArcGIS.Core.Data.Knowledge.KnowledgeGraphRelationshipType. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphRelationshipTypeDescription Constructor(String,KnowledgeGraphRelationshipType,ShapeDescription) | Construct a KnowledgeGraphRelationshipTypeDescription with the given name, ArcGIS.Core.Data.Knowledge.KnowledgeGraphRelationshipType and shape definition. This method must be called on the MCT. Use QueuedTask.Run. |