Hide Table of Contents
InsertGeneralTableAnnotation Method (IModelDocExtension)

Inserts the specified table annotation at the specified coordinates in this model document.

.NET Syntax

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

Parameters

UseAnchorPoint
True to anchor the table by AnchorType and ignore any coordinates specified by X and Y, false to use the coordinates specified by X and Y
X

X coordinate of this table annotation

Y

Y coordinate of this table annotation

AnchorType

Type of anchor as defined in swBOMConfigurationAnchorType_e; valid only if UseAnchorPoint is true and TableTemplate is empty (see Remarks)

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

Number of rows in the table annotation; valid only if TableTemplate is empty (see Remarks)

Columns

Number of columns in the table annotation; valid only if TableTemplate is empty (see Remarks)

Return Value

ITableAnnotation

Example

Remarks

If TableTemplate is...

Then..

A valid path and filename

AnchorType, Rows, and Columns are ignored, and a general table based only on the table template is inserted

Empty

General table based only on the other input arguments is inserted

 

See Also

Availability

SolidWorks 2014 FCS, Revision Number 22.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:   InsertGeneralTableAnnotation Method (IModelDocExtension)
*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) 2014 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.