ArcGIS Pro 3.7 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 Function New( _
       ByVal fieldDesc As FieldDescription _
    )
    public KnowledgeGraphPropertyDescription( 
       FieldDescription fieldDesc
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also