KnowledgeGraphNamedObjectType GetKnowledgeGraphNamedObjectType( Item item )
Function GetKnowledgeGraphNamedObjectType( _ ByVal item As Item _ ) As KnowledgeGraphNamedObjectType
Parameters
- item
- The item to check.
Return Value
A specific ArcGIS.Core.Data.Knowledge.KnowledgeGraphNamedObjectType (e.g., ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityType) associated with the item. A NotSupportedException will be thrown if the named object type cannot be determined for the item. Use CanGetKnowledgeGraphNamedObjectType to determine if the named object type can be retrieved before calling this.