LuaPart.Redraw Method

PartProxy

LuaPartRedraw Method

Redraws the specified mode.

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Redraw(
	int mode
)
Public Function Redraw ( 
	mode As Integer
) As Boolean
public:
bool Redraw(
	int mode
)
member Redraw : 
        mode : int -> bool 

Parameters

mode
Type: SystemInt32
The mode.

Return Value

Type: Boolean
true if XXXX, false otherwise.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also