ArcGIS Pro 3.2 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 string Expression {get; set;}
    Public Property Expression As String
    Remarks
    This property is used for Python or VBScript expressions. Arcade expressions will use the ValueExpressionInfo property.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also