ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphProperty Class
Properties Methods


In This Topic
    KnowledgeGraphProperty Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphProperty.

    Public Properties
     NameDescription
    Public Property Gets the alias name of the field. (Inherited from ArcGIS.Core.Data.Field)
    Public PropertyGets the ArcGIS.Core.Data.FieldType of the field. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets a value indicating whether this field has a default value. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets a value indicating whether this field's domain is fixed by the system and cannot be unassigned. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets a value indicating whether this field should be treated as read only by supported clients. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets a value indicating whether this field can contain null values. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets a value indicating whether this is a required field. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets a value indicating the maximum length in bytes for values described by the field. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets the model name of the field. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets the name of the field. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets a value indicating the precision for field values. (Inherited from ArcGIS.Core.Data.Field)
    Public Property Gets a value indicating the scale for field values. (Inherited from ArcGIS.Core.Data.Field)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets the field's default value at the table level if subtype is not set. Otherwise, gets the field's default value for the specific subtype. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Field)
    Public MethodGets the field's ArcGIS.Core.Data.Domain at the table level if subtype is not set. Otherwise, gets the field's domain for the specific subtype. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Field)
    Public Method Gets a boolean indicating whether a graph property is visible by default. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a boolean indicating whether a graph property is system maintained. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a KnowledgeGraphPropertyRole indicating the role of the graph property. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also