Hide Table of Contents
EnableFeatureTreeWindow Property (IFeatureManager)

Gets or sets whether the FeatureManager design tree is enabled or not.

.NET Syntax

Visual Basic (Declaration) 
Property EnableFeatureTreeWindow As Boolean
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim value As Boolean
 
instance.EnableFeatureTreeWindow = value
 
value = instance.EnableFeatureTreeWindow
C# 
bool EnableFeatureTreeWindow {get; set;}
C++/CLI 
property bool EnableFeatureTreeWindow {
   bool get();
   void set (bool value);
}

Remarks

Use this property with IFeatureManager::EnableFeatureTree, which temporarily enables or disables the FeatureManager design tree update when an add-in is running a series of operations.  

 

While the FeatureManager design tree is disabled and not being updated, the FeatureManager tree may become out of date with what is actually in the model. If an interactive user attempts to interact with the FeatureManager design tree while it is in this out-of-date state, problems could occur. Normally, this should not happen because the add-in should only be disabling the FeatureManager design tree update temporarily and then enabling it immediately after the series of operations complete. However, if there is any possibility that an interactive user could interact with the FeatureManager design tree, then use FeatureManager::EnableFeatureTreeWindow, which prohibits any user interaction with the FeatureManager design tree because the control is disabled.

 

Just as with the IFeatureManager::EnableFeatureTree property, this property is meant to be used for temporary disabling. If it is necessary to disable the FeatureManager design tree control, then it should only be disabled while the add-in is performing some series of operations and enabled immediately after these operations complete. Do not to leave the FeatureManager design tree window disabled when control is returned to SolidWorks, i.e., the interactive user.

See Also

Availability

SolidWorks 2005 SP2, Revision Number 13.2


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   EnableFeatureTreeWindow Property (IFeatureManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2012 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.