Gets or sets whether to show the description of the feature in the FeatureManager design tree.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowFeatureDescription As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim value As Boolean
instance.ShowFeatureDescription = value
value = instance.ShowFeatureDescription
|
C# | |
---|
bool ShowFeatureDescription {get; set;} |
C++/CLI | |
---|
property bool ShowFeatureDescription {
bool get();
void set (bool value);
} |
Return Value
True shows the description of the feature, false does not
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0