ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.DDL.Knowledge Namespace / KnowledgeGraphPropertyDescription Class / KnowledgeGraphPropertyDescription Constructor / KnowledgeGraphPropertyDescription Constructor(String,Field)
The property description name
The field to use as the basis for the property description

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

    Parameters

    name
    The property description name
    field
    The field to use as the basis for the property description
    Exceptions
    ExceptionDescription
    The description name has an invalid character
    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, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also