ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.DDL.Knowledge Namespace / KnowledgeGraphPropertyDescription Class / KnowledgeGraphPropertyDescription Constructor / KnowledgeGraphPropertyDescription Constructor(FieldDescription)
The field description object to use as the basis for the knowledge graph property

In This Topic
    KnowledgeGraphPropertyDescription Constructor(FieldDescription)
    In This Topic
    Syntax
    public KnowledgeGraphPropertyDescription( 
       FieldDescription fieldDesc
    )
    Public Function New( _
       ByVal fieldDesc As FieldDescription _
    )

    Parameters

    fieldDesc
    The field description object to use as the basis for the knowledge graph property
    Exceptions
    ExceptionDescription
    fieldDesc is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also