Harness proD API Help
EPLAN.Harness.API Namespace / HpdApi Class

In This Topic
    HpdApi Class Methods
    In This Topic

    For a list of all members of this type, see HpdApi members.

    Public Methods
     NameDescription
    Public MethodClose HpD API. You should call this when you are done with the HpD API. It sets API Status to HpdApi.ApiState.Closed. Call Init(String,String[]) to initialize and use the HpD API again. Make sure you have all your documents and project properly saved and closed before this call. When used from plugin, this call has no effect.  
    Public Method Create a new HpD project.  
    Public Method Create a new HpD project from template.  
    Public Methodstatic (Shared in Visual Basic) Get instance of HpD API.  
    Public Method Loads HpD and initializes the API. Must be called from the Main Thread of an application.  
    Public Method Open a HpD project.  
    Public MethodResets all Harness proD Studio settings to the default values.  
    Public Method Restore a HpD project.  
    Top
    See Also