Maps a BOM Table Area in the
theme with a BOM table in the model and sets the columns in the BOM table to export to the BOM Table Area in a SOLIDWORKS MBD 3D PDF.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetBomTable( _
ByVal Index As System.Integer, _
ByVal BomTableName As System.String, _
ByVal Columns As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IMBD3DPdfData
Dim Index As System.Integer
Dim BomTableName As System.String
Dim Columns As System.Object
Dim value As System.Integer
value = instance.SetBomTable(Index, BomTableName, Columns) |
Parameters
- Index
- 0-based index of the BOM Table Area in the theme (see Remarks)
- BomTableName
- Name of the BOM table to map to the BOM Table Area specified by Index (see Remarks)
- Columns
- Array of strings of the names of the columns to export from the BOM table specified in BomTableName (see Remarks)
Return Value
0 = success; BOM table mapped
1 = failure; specified BomTableName not found in model
Example
Remarks
See Also
Availability
SOLIDWORKS 2016 FCS, Revision Number 24.0