InsertTableAnnotation Method (IDrawingDoc)
Obsolete. Superseded by IDrawingDoc::InsertTableAnnotation2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertTableAnnotation( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal AnchorType As Integer, _
ByVal Rows As Integer, _
ByVal Columns As Integer _
) As TableAnnotation |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim X As Double
Dim Y As Double
Dim AnchorType As Integer
Dim Rows As Integer
Dim Columns As Integer
Dim value As TableAnnotation
value = instance.InsertTableAnnotation(X, Y, AnchorType, Rows, Columns)
|
C++/CLI | |
---|
TableAnnotation^ InsertTableAnnotation(
& double X,
& double Y,
& int AnchorType,
& int Rows,
& int Columns
) |
Parameters
- X
-
- Y
-
- AnchorType
-
- Rows
-
- Columns
-
See Also