SOLIDWORKS PDM Professional API Help Send Feedback
SaveToCSV Method (IEdmBomView3)
See Also 
EPDM.Interop.epdm Namespace > IEdmBomView3 Interface : SaveToCSV Method (IEdmBomView3)


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
Saves this BOM to a comma separated values (CSV) file.

Syntax

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

Example

See the IEdmBomView3 examples.
 

See Also

Availability

SOLIDWORKS PDM Professional 2017