Redraws the specified region of or the entire SolidWorks graphics window.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GraphicsRedraw( _
ByVal Rect As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim Rect As System.Object
instance.GraphicsRedraw(Rect) |
C# | |
---|
void GraphicsRedraw(
System.object Rect
) |
C++/CLI | |
---|
void GraphicsRedraw(
& System.Object^ Rect
) |
Parameters
- Rect
- Array of four integers or longs indicating the boundary of the region in the SolidWorks graphics window to redraw; if the array is empty, then the entire graphics window is redrawn
Example
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0