Adds the specified tab to the FeatureManager design tree view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddFeatureMgrView3( _
ByRef Bitmap As Integer, _
ByRef AppView As Integer, _
ByVal ToolTip As String, _
ByVal WhichPane As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim Bitmap As Integer
Dim AppView As Integer
Dim ToolTip As String
Dim WhichPane As Integer
Dim value As Boolean
value = instance.AddFeatureMgrView3(Bitmap, AppView, ToolTip, WhichPane)
|
Parameters
- Bitmap
Pointer to the bitmap that you want to use for the FeatureManager design tree tab; the bitmap should be no larger than 16x18; this standard pointer is created by performing a New on Cbitmap
- AppView
Pointer to an existing view that you want to use as your FeatureManager design tree view. If you do not have an existing view, then use IModelViewMgr::CreateFeatureMgrView2, which returns a view handle
- ToolTip
ToolTip string
- WhichPane
Pane in which to add the view as defined in swFeatMgrPane_e
Return Value
True if the FeatureManager design tree view tab is added successfully, false if not
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0