ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.DDL.Knowledge Namespace / KnowledgeGraphPropertyDescription Class
Properties Methods


In This Topic
    KnowledgeGraphPropertyDescription Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphPropertyDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe alias name of the ArcGIS.Core.Data.Field. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public PropertyThe ArcGIS.Core.Data.FieldType of the ArcGIS.Core.Data.Field. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public PropertyIndicates if the ArcGIS.Core.Data.Field can contain null values. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public PropertyThe length of the ArcGIS.Core.Data.Field. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public Property The name of the dataset or the field this description is referencing. (Inherited from ArcGIS.Core.Data.DDL.Description)
    Public PropertyThe precision value of the ArcGIS.Core.Data.Field. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public PropertyThe scale of the ArcGIS.Core.Data.Field. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a property description of ArcGIS.Core.Data.FieldType integer.  
    Public Methodstatic (Shared in Visual Basic)Creates a property description of ArcGIS.Core.Data.FieldType string.  
    Public MethodGets the default value of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, gets the default value for the specific subtype code. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public MethodGets the associated ArcGIS.Core.Data.DDL.DomainDescription of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, gets the DomainDescription for the specific subtype code. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public MethodSets the default value of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, sets the default value for the specific subtype code. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Public MethodSets the associated ArcGIS.Core.Data.DDL.DomainDescription of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, sets the DomainDescription for the specific subtype code. (Inherited from ArcGIS.Core.Data.DDL.FieldDescription)
    Top
    Protected Methods
    See Also