You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectCenterUi Class > ProjectCenterUi Methods > ExportChild Method > ProjectCenterUi.ExportChild Method (ProjectInfo, IEnumerable<ElevationInfo>, Dictionary<string, object>)
ProjectCenterUi.ExportChild Method (ProjectInfo, IEnumerable<ElevationInfo>, Dictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectCenterUi.ExportChild Method (ProjectInfo, IEnumerable<ElevationInfo>, Dictionary<string, object>)

Exports a Project based on its ProjectInfo, list of ElevationInfo and parameters.

Syntax
C#
public new Stream ExportChild(ProjectInfo projectInfo, IEnumerable<ElevationInfo> elevationInfos, Dictionary<string, object> parameters);
Parameters
Description
ProjectInfo projectInfo
The info of the project to be exported.
IEnumerable<ElevationInfo> elevationInfos
The elevations to be exported.
Dictionary<string, object> parameters
The parameters for the export.

Returns the stream of the exported project archive.

Copyright © 2019. All rights reserved.