Harness proD API Help
EPLAN.Harness.API Namespace / Library Class / HpDVersion Property
In This Topic
    HpDVersion Property (Library)
    In This Topic
    HpD version which is loaded by API.
    Syntax
    public Version HpDVersion {get;}
    Exceptions
    ExceptionDescription
    Api is not in an initialized state. You can get current state from Status property. If API is uninitialized, you can initialize it by calling Init(String,String[]) method. If API is in failed state, you can not resurrect it.
    See Also