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

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