AddFeatureMgrView3 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::AddFeatureMgrView3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddFeatureMgrView3( _
ByRef Bitmap As System.Integer, _
ByRef AppView As System.Integer, _
ByVal ToolTip As System.String, _
ByVal WhichPane As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Bitmap As System.Integer
Dim AppView As System.Integer
Dim ToolTip As System.String
Dim WhichPane As System.Integer
Dim value As System.Boolean
value = instance.AddFeatureMgrView3(Bitmap, AppView, ToolTip, WhichPane) |
Parameters
- Bitmap
-
- AppView
-
- ToolTip
-
- WhichPane
-
See Also