ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.DDL.Knowledge Namespace / KnowledgeGraphPropertyDescription Class / CreateIntegerProperty Method
The name of the ArcGIS.Core.Data.Field to create.

In This Topic
    CreateIntegerProperty Method
    In This Topic
    Creates a property description of ArcGIS.Core.Data.FieldType integer.
    Syntax
    public static KnowledgeGraphPropertyDescription CreateIntegerProperty( 
       string name
    )
    Public Shared Function CreateIntegerProperty( _
       ByVal name As String _
    ) As KnowledgeGraphPropertyDescription

    Parameters

    name
    The name of the ArcGIS.Core.Data.Field to create.

    Return Value

    A property description for an integer ArcGIS.Core.Data.Knowledge.KnowledgeGraphProperty.
    Exceptions
    ExceptionDescription
    The description name has an invalid character
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also