Inserts a weldment cut-list table into this drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertWeldmentTable( _
ByVal UseAnchorPoint As Boolean, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal AnchorType As Integer, _
ByVal Configuration As String, _
ByVal TableTemplate As String _
) As WeldmentCutListAnnotation |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim UseAnchorPoint As Boolean
Dim X As Double
Dim Y As Double
Dim AnchorType As Integer
Dim Configuration As String
Dim TableTemplate As String
Dim value As WeldmentCutListAnnotation
value = instance.InsertWeldmentTable(UseAnchorPoint, X, Y, AnchorType, Configuration, TableTemplate)
|
Parameters
- UseAnchorPoint
- If true and the appropriate sheet format anchor point exists, then insert table at this point; if false, then use the values specified for the X and Y arguments as the insertion point
- X
- X coordinate for the placement of the weldment cut-list table; valid only if UserAnchorPoint = False
- Y
- Y coordinate for the placement of the weldment cut-list table; valid only if UseAnchorPoint = False
- AnchorType
- Anchor type as defined by swBomConfigurationAnchorType_e
- Configuration
- Name of the "As Welded" configuration for the weldment cut-list table
- TableTemplate
- Path and filename of the template that corresponds to this type of table (see Remarks)
Return Value
Weldment cut-list annotation
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0