Hide Table of Contents
InsertWeldTable Method (IView)

Inserts a weld table into this drawing view.

.NET Syntax

Visual Basic (Declaration) 
Function InsertWeldTable( _
   ByVal UseAnchorPoint As System.Boolean, _
   ByVal IncludeAnnotations As System.Boolean, _
   ByVal CombineSameType As System.Boolean, _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal AnchorType As System.Integer, _
   ByVal Configuration As System.String, _
   ByVal TableTemplate As System.String _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IView
Dim UseAnchorPoint As System.Boolean
Dim IncludeAnnotations As System.Boolean
Dim CombineSameType As System.Boolean
Dim X As System.Double
Dim Y As System.Double
Dim AnchorType As System.Integer
Dim Configuration As System.String
Dim TableTemplate As System.String
Dim value As System.Boolean
 
value = instance.InsertWeldTable(UseAnchorPoint, IncludeAnnotations, CombineSameType, X, Y, AnchorType, Configuration, TableTemplate)
C# 
System.bool InsertWeldTable( 
   System.bool UseAnchorPoint,
   System.bool IncludeAnnotations,
   System.bool CombineSameType,
   System.double X,
   System.double Y,
   System.int AnchorType,
   System.string Configuration,
   System.string TableTemplate
)
C++/CLI 
System.bool InsertWeldTable( 
&   System.bool UseAnchorPoint,
&   System.bool IncludeAnnotations,
&   System.bool CombineSameType,
&   System.double X,
&   System.double Y,
&   System.int AnchorType,
&   System.String^ Configuration,
&   System.String^ TableTemplate
) 

Parameters

UseAnchorPoint
If true and the appropriate sheet format anchor point exists, then insert the table at the anchor point; if false, then use the values specified for the X and Y arguments as the insertion point
IncludeAnnotations
True to include weld symbols not attached to cosmetic weld features, false to not
CombineSameType
True to group welds having the same weld symbol and weld size, false to not
X
X coordinate in meters for the placement of the weld table; valid only if UseAnchorPoint = False
Y
Y coordinate in meters for the placement of the weld table; valid only if UseAnchorPoint = False
AnchorType
Anchor type as defined by swBomConfigurationAnchorType_e
Configuration
Name of the part configuration for which to insert the weld table
TableTemplate
Path and filename of the template that corresponds to this type of table (see Remarks)

Return Value

True if successful, false if not

Example

Remarks

The weld table template installed with SOLIDWORKS is <SOLIDWORKS_install_dir>\lang\<language>\weldtable-standard.sldwldtbt.
 

See Also

Availability

SOLIDWORKS 2011 FCS, Revision Number 19.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:   InsertWeldTable Method (IView)
*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) 2019 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.