Gets or sets whether edits to the model update the design table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Updatable As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim value As System.Boolean
instance.Updatable = value
value = instance.Updatable |
C# | |
---|
System.bool Updatable {get; set;} |
C++/CLI | |
---|
property System.bool Updatable {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if edits to the model update the design table, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2004 SP3, Revision Number 12.3