Public Shared Function CreateStringProperty( _ ByVal name As String, _ ByVal length As Integer _ ) As KnowledgeGraphPropertyDescription
public static KnowledgeGraphPropertyDescription CreateStringProperty( string name, int length )
Parameters
- name
- The name of the ArcGIS.Core.Data.Field to create.
- length
- The length of the ArcGIS.Core.Data.Field to create.
Return Value
A property description for a string ArcGIS.Core.Data.Knowledge.KnowledgeGraphProperty.