StepExportExport(String, ExportOptionAll, String) Method
Export step file with given options.
Namespace: PCBI_Step_ExportAssembly: PCBI_Step_Export (in PCBI_Step_Export.dll) Version: 17.0.0.0 (17.0.0.0)
public bool Export(
string FullPath,
ExportOptionAll exportOption,
string OutputStepName
)
Public Function Export (
FullPath As String,
exportOption As ExportOptionAll,
OutputStepName As String
) As Boolean
public:
bool Export(
String^ FullPath,
ExportOptionAll^ exportOption,
String^ OutputStepName
)
member Export :
FullPath : string *
exportOption : ExportOptionAll *
OutputStepName : string -> bool
- FullPath String
- full path with step file name
- exportOption ExportOptionAll
- options for export
- OutputStepName String
- Step name if there are more than one available
BooleanTrue if the export was ok