Hide Table of Contents
InsertTableAnnotation2 Method (IDrawingDoc)

Inserts a table annotation in this drawing.

.NET Syntax

Visual Basic (Declaration) 
Function InsertTableAnnotation2( _
   ByVal UseAnchorPoint As Boolean, _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal AnchorType As Integer, _
   ByVal TableTemplate As String, _
   ByVal Rows As Integer, _
   ByVal Columns As Integer _
) As TableAnnotation
Visual Basic (Usage) 
Dim instance As IDrawingDoc
Dim UseAnchorPoint As Boolean
Dim X As Double
Dim Y As Double
Dim AnchorType As Integer
Dim TableTemplate As String
Dim Rows As Integer
Dim Columns As Integer
Dim value As TableAnnotation
 
value = instance.InsertTableAnnotation2(UseAnchorPoint, X, Y, AnchorType, TableTemplate, Rows, Columns)
C# 
TableAnnotation InsertTableAnnotation2( 
   bool UseAnchorPoint,
   double X,
   double Y,
   int AnchorType,
   string TableTemplate,
   int Rows,
   int Columns
)
C++/CLI 
TableAnnotation^ InsertTableAnnotation2( 
&   bool UseAnchorPoint,
&   double X,
&   double Y,
&   int AnchorType,
&   String^ TableTemplate,
&   int Rows,
&   int Columns
) 

Parameters

UseAnchorPoint
True to anchor the table to the general table anchor point; any coordinates specified for X and Y are ignored, or false to use the coordinates specified for X and Y
X

X coordinate to insert this table annotation

Y
Y coordinate to insert this table annotation
AnchorType

Type of anchor as defined in swBOMConfigurationAnchorType_e (see Remarks)

TableTemplate
Path and filename of the general table template to use  (see Remarks)
Rows

Number of rows in the table annotation

Columns

Number of columns in the table annotation

Return Value

Pointer to the ITableAnnotation object

Example

Remarks

If TableTemplate is...

Then..

A valid path and filename

AnchorType and Columns are ignored and the information from the table template is used instead

Empty

General table is inserted based only on the other input arguments

 

See Also

Availability

SolidWorks 2006 FCS, Revision Number 14.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:   InsertTableAnnotation2 Method (IDrawingDoc)
*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) 2010 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.