Public Shared Function CreateStringField( _ ByVal name As String, _ ByVal length As Integer _ ) As FieldDescription
public static FieldDescription CreateStringField( 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 field description for a string ArcGIS.Core.Data.Field.