API Help
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / Variant Property

In This Topic
    Variant Property (WindowMacro)
    In This Topic
    The used variant.
    Syntax
    public int Variant {get; set;}
    public:
    property int Variant {
       int get();
       void set (    int value);
    }

    Property Value

    The currently used variant as Int32 value. Variant_A = 0 Variant_B = 1 ... Variant_P = 15
    Exceptions
    ExceptionDescription
    Thrown when the macro was not opened before or could not opened successfully.
    See Also