public DomainDescription GetDomainDescription( Nullable<int> subtypeCode )
Public Function GetDomainDescription( _ Optional ByVal subtypeCode As Nullable(Of Integer) _ ) As DomainDescription
Parameters
- 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 returned.
Return Value
The DomainDescription if one is assigned. Otherwise, null is returned.