InsertModelAnnotations Method (IDrawingDoc)
Obsolete. Superseded by IDrawingDoc::InsertModelAnnotations3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertModelAnnotations( _
ByVal Option As Integer, _
ByVal AllTypes As Boolean, _
ByVal Types As Integer, _
ByVal AllViews As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim Option As Integer
Dim AllTypes As Boolean
Dim Types As Integer
Dim AllViews As Boolean
Dim value As Boolean
value = instance.InsertModelAnnotations(Option, AllTypes, Types, AllViews)
|
Parameters
- Option
-
- AllTypes
-
- Types
-
- AllViews
-
See Also