Gets or sets whether or not to refresh the model view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EnableGraphicsUpdate As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Boolean
instance.EnableGraphicsUpdate = value
value = instance.EnableGraphicsUpdate
|
C# | |
---|
bool EnableGraphicsUpdate {get; set;} |
C++/CLI | |
---|
property bool EnableGraphicsUpdate {
bool get();
void set (bool value);
} |
Return Value
True to refresh the model view, false to not
Remarks
See Also
Availability
SolidWorks 2004 SP3, Revision Number 12.3