Gets or sets whether or not to update the graphics display after moving components.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property GraphicsRedrawEnabled As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim value As Boolean
instance.GraphicsRedrawEnabled = value
value = instance.GraphicsRedrawEnabled
|
C# | |
---|
bool GraphicsRedrawEnabled {get; set;} |
C++/CLI | |
---|
property bool GraphicsRedrawEnabled {
bool get();
void set (bool value);
} |
Return Value
True to update the graphics display after moving components, false to not
Remarks
See Also
Availability
SolidWorks 2004 SP4, Revision Number 12.4