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

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

    Parameters

    name
    The property description name
    property
    The property to use as the basis for the property description
    Exceptions
    ExceptionDescription
    The field type of a FieldDescription cannot be Geometry
    The description name has an invalid character
    property is null
    Remarks
    Use a ArcGIS.Core.Data.DDL.ShapeDescription if the underlying field type of the property 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