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