Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Project Class / SaveAsTemplate Method
Directory where the file should be saved.
Name of the file. If not specified, the name of the project is used.
In This Topic
    SaveAsTemplate Method (Project)
    In This Topic
    Save this project as template.
    Syntax
    public void SaveAsTemplate( 
       string directoryPath,
       string customFileName
    )

    Parameters

    directoryPath
    Directory where the file should be saved.
    customFileName
    Name of the file. If not specified, the name of the project is used.
    Exceptions
    ExceptionDescription
    Argument is null.
    This directory was not found.
    Api is not in an initialized state. You can get current state from EPLAN.Harness.API.HpdApi.Status property. If API is uninitialized, you can initialize it by calling EPLAN.Harness.API.HpdApi.Init method. If API is in failed state, you can not resurrect it.
    The object is in invalid state. Obtain a new one.
    The operation was not successful.
    See Also