ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphProperty Class


In This Topic
    KnowledgeGraphProperty Class Properties
    In This Topic

    For a list of all members of this type, see KnowledgeGraphProperty members.

    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
    See Also