Eplan Platform API
Eplan.EplApi.Starter Namespace / EplanData Structure
Members

In This Topic
    EplanData Structure
    In This Topic
    EplanData contains all information about an eplan installation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Eplan.EplApi.Starter.EplanData

    Syntax
    [Serializable()]
    public struct EplanData : System.ValueType 
    [Serializable()]
    public value class EplanData : public System.ValueType 
    Public Properties
     NameDescription
    Public PropertyEplanPath is the filepath to the eplan installation  
    Public PropertyEplanVariant is the variant of the eplan installation, for example Fluid  
    Public PropertyEplanVersion is the version number of the eplan installation, for example 1.8.6  
    Top
    See Also