public object GetDefaultValue( Nullable<int> subtypeCode )
Public Function GetDefaultValue( _ Optional ByVal subtypeCode As Nullable(Of Integer) _ ) As Object
Parameters
- subtypeCode
- The specific subtype code for the ArcGIS.Core.Data.Field's default value. This argument is optional. If it is not set or is set to null, the field's default value at the table level is returned.
Return Value
The default value if one is assigned. Otherwise, null is returned.