ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMDiscreteVariable Class / DefaultValue Property

In This Topic
    DefaultValue Property (CIMDiscreteVariable)
    In This Topic
    Gets or sets the variable's required default value. The array can have multiple values only if AllowMultiple is true.
    Syntax
    public object[] DefaultValue {get; set;}
    Public Property DefaultValue As Object()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also