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 System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim value As System.Boolean
instance.AutoAddNewParams = value
value = instance.AutoAddNewParams |
C# | |
---|
System.bool AutoAddNewParams {get; set;} |
C++/CLI | |
---|
property System.bool AutoAddNewParams {
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