public void SetDomainDescription( DomainDescription domainDescription, Nullable<int> subtypeCode )
Public Sub SetDomainDescription( _ ByVal domainDescription As DomainDescription, _ Optional ByVal subtypeCode As Nullable(Of Integer) _ )
Parameters
- domainDescription
- The DomainDescription of the ArcGIS.Core.Data.Field.
- subtypeCode
- The specific subtype code for the ArcGIS.Core.Data.Field's ArcGIS.Core.Data.Domain. This argument is optional. If it is not set or is set to null, the field's domain at the table level is set.