Gets or sets whether new components are hidden in this inactive configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HideNewComponentModels As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim value As Boolean
instance.HideNewComponentModels = value
value = instance.HideNewComponentModels
|
C# | |
---|
bool HideNewComponentModels {get; set;} |
C++/CLI | |
---|
property bool HideNewComponentModels {
bool get();
void set (bool value);
} |
Return Value
True hides new components, false create new components as shown in this configuration
Example
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207