Hide Table of Contents
SetBomTable Method (IMBD3DPdfData)

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)
C# 
System.int SetBomTable( 
   System.int Index,
   System.string BomTableName,
   System.object Columns
)
C++/CLI 
System.int SetBomTable( 
&   System.int Index,
&   System.String^ BomTableName,
&   System.Object^ 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

To get... Call...
Index IMBD3PdfData::GetBomAreaCount to find out the number of BOM Table Areas in the theme
BOMTableName IBomFeature::Name
Columns
 

See Also

Availability

SOLIDWORKS 2016 FCS, Revision Number 24.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SetBomTable Method (IMBD3DPdfData)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.