Public Shared Function CreateDomainField( _ ByVal name As String, _ ByVal domainDescription As DomainDescription _ ) As FieldDescription
public static FieldDescription CreateDomainField( string name, DomainDescription domainDescription )
Parameters
- name
- The name of the ArcGIS.Core.Data.Field to create.
- domainDescription
- The DomainDescription of the ArcGIS.Core.Data.Field to create.
Return Value
A field description for a ArcGIS.Core.Data.Field with a specified DomainDescription.