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

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also