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