KnowledgeGraphNamedObjectType Class Members
In This Topic
The following tables list the members exposed by KnowledgeGraphNamedObjectType.
Public Properties
Public Methods
| Name | Description |
 | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | GetAliasName |
Gets the alias name for this named object type.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetHasObjectID |
Gets a boolean indicating whether the named object type has an ObjectID.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetIsStrict |
Get a boolean indicating whether the named object type is strict
in the data model. This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetName |
Gets the name of the named object type.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetObjectIDPropertyName |
Gets the name of the graph property representing the ObjectID
for this named object type.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetProperties |
Get the list of properties on this named object type.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetRole |
Gets the role of the named object type.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also