Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / ExportSegmentTemplates Method / ExportSegmentTemplates(Project,String,MultiLangString) Method
Project from which all segment template are exported. Can't be null.
Full file name of target file. Can't be null or empty.
Description which is contained in exported file.

In This Topic
    ExportSegmentTemplates(Project,String,MultiLangString) Method
    In This Topic
    Exports all segment templates from project to file.
    Syntax

    Parameters

    pProject
    Project from which all segment template are exported. Can't be null.
    strFileName
    Full file name of target file. Can't be null or empty.
    mlsDescription
    Description which is contained in exported file.

    Return Value

    Returns true if export is successful.
    Exceptions
    ExceptionDescription
    Thrown when parameter pProject is a null value.
    Thrown when strFileName of null or empty.
    See Also