Inserts a revision table in a drawing view in this drawing sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertRevisionTable( _
ByVal UseAnchorPoint As Boolean, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal AnchorType As Integer, _
ByVal TableTemplate As String _
) As RevisionTableAnnotation |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim UseAnchorPoint As Boolean
Dim X As Double
Dim Y As Double
Dim AnchorType As Integer
Dim TableTemplate As String
Dim value As RevisionTableAnnotation
value = instance.InsertRevisionTable(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 the revision table annotation
- Y
- Y coordinate for the placement of this revision table annotation
- 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
Revision table or null if a revision table on the sheet already exists
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0