Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / HpdLoadError Class / HpdPath Property
In This Topic
    HpdPath Property
    In This Topic
    Path to HpD installation folder used in initialization.
    Syntax
    public string HpdPath {get;}
    Remarks
    This exception is raised when Init(String,String[]) fails to load HpD. If Init(String,String[]) is called without parameter, HpD installation path is obtained from registers. Therefore it is useful to know which path was used, when Init(String,String[]) failed. This property will tell you the path that was used when loading failed.
    See Also