Inserts a hole table in this drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertHoleTable( _
ByVal UseAnchorPoint As Boolean, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal AnchorType As Integer, _
ByVal TableTemplate As String _
) As HoleTableAnnotation |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim UseAnchorPoint As Boolean
Dim X As Double
Dim Y As Double
Dim AnchorType As Integer
Dim TableTemplate As String
Dim value As HoleTableAnnotation
value = instance.InsertHoleTable(UseAnchorPoint, X, Y, AnchorType, 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 this hole table
- Y
Y coordinate for the placement of this hole table
- AnchorType
Anchor type as defined by swBomConfigurationAnchorType_e
- TableTemplate
Path and filename of the template that you want to use that corresponds to this type of table (see Remarks)
Return Value
Hole table annotation
Example
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0