ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.DDL.Knowledge Namespace / KnowledgeGraphPropertyDescription Class / KnowledgeGraphPropertyDescription Constructor / KnowledgeGraphPropertyDescription Constructor(Field)
The ArcGIS.Core.Data.Field that the description object is representing.

In This Topic
    KnowledgeGraphPropertyDescription Constructor(Field)
    In This Topic
    Syntax
    Public Function New( _
       ByVal field As Field _
    )
    public KnowledgeGraphPropertyDescription( 
       Field field
    )

    Parameters

    field
    The ArcGIS.Core.Data.Field that the description object is representing.
    Exceptions
    ExceptionDescription
    field's ArcGIS.Core.Data.FieldType is invalid.
    The field type of a FieldDescription cannot be Geometry
    field is null.
    Remarks
    Use a ArcGIS.Core.Data.DDL.ShapeDescription if the underlying field type of the field is ArcGIS.Core.Data.FieldType.Geometry or a System.ArgumentException will be thrown.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also