Eplan Platform API
Eplan.EplApi.Starter Namespace / EplanData Structure / EplanVariant Property

In This Topic
    EplanVariant Property (EplanData)
    In This Topic
    EplanVariant is the variant of the eplan installation, for example Fluid
    Syntax
    public string EplanVariant {get; set;}
    public:
    property String^ EplanVariant {
       String^ get();
       void set (    String^ value);
    }
    See Also