Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / ExportSegmentTemplates Method / ExportSegmentTemplates(SegmentTemplate[],String,MultiLangString) Method
Array of segment template to export. 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(SegmentTemplate[],String,MultiLangString) Method
    In This Topic
    Exports segment templates to file.
    Syntax

    Parameters

    Parameter NameDescription
    arrTemplatesArray of segment template to export. Can't be null.
    strFileNameFull file name of target file. Can't be null or empty.
    mlsDescriptionDescription which is contained in exported file.

    Return Value

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