API Help
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.

ExportSegmentTemplates(SegmentTemplate[],String,MultiLangString) Method
Exports segment templates to file.
Syntax

Parameters

arrTemplates
Array of segment template to export. 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 arrTemplates is a null value.
Thrown when strFileName of null or empty.
See Also