ProjectExportCad(IEnumerableInt32, String) Method

Export CAD by Id.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void ExportCad(
	IEnumerable<int> cadIds,
	string filePath
)

Parameters

cadIds  IEnumerableInt32
 
filePath  String
 

See Also