Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / RevisionableDocument Class / SaveAsTemplate Method
Directory where the file should be saved.
Name of the file. If not specified, the name of the document is used.
In This Topic
    SaveAsTemplate Method (RevisionableDocument)
    In This Topic
    Save this document 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 document 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.
    Remarks
    Specification of what will be included in the template file is in the document settings.
    See Also