ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.DDL.Knowledge Namespace / KnowledgeGraphEntityTypeDescription Class / KnowledgeGraphEntityTypeDescription Constructor

In This Topic
    KnowledgeGraphEntityTypeDescription Constructor
    In This Topic
    Overload List
    OverloadDescription
    Construct a KnowledgeGraphEntityTypeDescription with the given name  
    Construct a KnowledgeGraphEntityTypeDescription with the given name and collection of property descriptions. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given name and shape description. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given name, collection of property descriptions, and shape description. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given ArcGIS.Core.Data.TableDefinition. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given name and ArcGIS.Core.Data.TableDefinition. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given name, ArcGIS.Core.Data.TableDefinition, and shape description. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityType. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given name and ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityType. This method must be called on the MCT. Use QueuedTask.Run.  
    Construct a KnowledgeGraphEntityTypeDescription with the given name, ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityType and shape definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also