| Visual Basic | |
|---|---|
Sub SaveToCSV( _ ByVal bsFilePath As System.String, _ ByVal bCreateLevelColumn As System.Boolean _ ) | |
| C# | |
|---|---|
void SaveToCSV( System.string bsFilePath, System.bool bCreateLevelColumn ) | |
| C++/CLI | |
|---|---|
void SaveToCSV( & System.String^ bsFilePath, & System.bool bCreateLevelColumn ) | |
Parameters
- bsFilePath
- Path and file name (*.CSV) to which to save this BOM
- bCreateLevelColumn
- True to include a level column in the CSV file for an indented BOM, false to not
See the IEdmBomView3 examples.
SOLIDWORKS PDM Professional 2017