ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMVisualVariableInfo Class / Expression Property

In This Topic
    Expression Property (CIMVisualVariableInfo)
    In This Topic
    Gets or sets the expression.
    Syntax
    Public Property Expression As String
    public string Expression {get; set;}
    Remarks
    This property is used for Python or VBScript expressions. Arcade expressions will use the ValueExpressionInfo property.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also