Gets or sets whether to automatically add rows or columns to the design table when new configurations are added to the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoAddNewConfigs As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim value As System.Boolean
instance.AutoAddNewConfigs = value
value = instance.AutoAddNewConfigs |
C# | |
---|
System.bool AutoAddNewConfigs {get; set;} |
C++/CLI | |
---|
property System.bool AutoAddNewConfigs {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to automatically add rows or columns, false to not
See Also
Availability
SOLIDWORKS 2004 SP3, Revision Number 12.3