Hide Table of Contents
EnableFeatureTree Property (IFeatureManager)

Gets or sets whether or not to update the FeatureManager design tree.

.NET Syntax

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

Property Value

True to update FeatureManager design tree, false to not

Example

Remarks

Use this property to temporarily enable or disable the FeatureManager design tree while an add-in is running a series of operations. Temporarily disabling the FeatureManager design tree should increase performance. However, while the FeatureManager design tree is disabled and not being updated, it 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 completes. However, if there is any possibility that the interactive user could interact with the FeatureManager design tree while it is an out-of-date state, then also use IFeatureManager::EnableFeatureTreeWindow, which prohibits any user interaction with the FeatureManager design tree because the control itself is disabled.

See Also

Availability

SOLIDWORKS 2003 FCS, Revision Number 11.0


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:   EnableFeatureTree 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) 2016 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.