IModelImportCxl Method

Note: This API is now obsolete.

Imports the CXL from given file

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
[ObsoleteAttribute("Only meant for an internal use - will be removed!")]
Task ImportCxl(
	FileStream file
)

Parameters

file
Type: System.IOFileStream
The CXL file containing the data

Return Value

Type: Task
A task that represents the work
See Also