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

Variant Property (WindowMacro)
The used variant.
Syntax
public int Variant {get; set;}

Property Value

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