You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectUi Class > ProjectUi Methods > ProjectUi.ExportCncFiles Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectUi.ExportCncFiles Method

Opens a user interface to export the given elevations as CNC files.

Syntax
C#
public IDialogResult<ExportResult> ExportCncFiles(IEnumerable<ElevationInfo> elevationInfos);
Parameters
Description
IEnumerable<ElevationInfo> elevationInfos
The list of elevations to be exported.

Returns a IDialogResult for the export.

Exceptions
Description
Occurs if the method fails.
Copyright © 2020. All rights reserved.