Inserts a title block table in a part or assembly document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertTitleBlockTable( _
ByVal TemplateName As System.String, _
ByVal X As System.Integer, _
ByVal Y As System.Integer _
) As TitleBlockTableAnnotation |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim TemplateName As System.String
Dim X As System.Integer
Dim Y As System.Integer
Dim value As TitleBlockTableAnnotation
value = instance.InsertTitleBlockTable(TemplateName, X, Y) |
C# | |
---|
TitleBlockTableAnnotation InsertTitleBlockTable(
System.string TemplateName,
System.int X,
System.int Y
) |
C++/CLI | |
---|
TitleBlockTableAnnotation^ InsertTitleBlockTable(
& System.String^ TemplateName,
& System.int X,
& System.int Y
) |
Parameters
- TemplateName
- Fully qualified path and name of the title block table template
- X
- x coordinate for upper-left corner of title block table
- Y
- y coordinate for upper-left corner of title block table
Return Value
Title block table annotation
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0