Adds or removes the mark indicating whether the configuration needs to be rebuilt and its configuration data saved every time you save the model document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AddRebuildSaveMark As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim value As System.Boolean
instance.AddRebuildSaveMark = value
value = instance.AddRebuildSaveMark |
C# | |
---|
System.bool AddRebuildSaveMark {get; set;} |
C++/CLI | |
---|
property System.bool AddRebuildSaveMark {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to mark the configuration as needing to be rebuilt and its configuration data saved every time you save the model document, false to mark the configuration as not needing to be rebuilt and its configuration data not saved every time you save the model document
Example
See Also
Availability
SOLIDWORKS 2013 FCS, Revision Number 21.0