ProjectToStep(Project,String,Boolean) Method
In This Topic
Exports project to files in STEP format.
Syntax
Parameters
| Parameter Name | Description |
|---|
| oProject | Project to be exported. Can not be NULL. |
| strTargetDirectory | Directory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be NULL or empty. |
| bEachTopLevelParentInSeparateFile | If true then each first level child will be exported in separete file. |
Exceptions
See Also