StepExportExport(String, ExportOptionAll, String) Method

Export step file with given options.

Definition

Namespace: PCBI_Step_Export
Assembly: PCBI_Step_Export (in PCBI_Step_Export.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public bool Export(
	string FullPath,
	ExportOptionAll exportOption,
	string OutputStepName
)

Parameters

FullPath  String
full path with step file name
exportOption  ExportOptionAll
options for export
OutputStepName  String
Step name if there are more than one available

Return Value

Boolean
True if the export was ok

See Also