  | PageRemoveVariable Method (IVariable) | 
 [This is preliminary documentation and is subject to change.]
            Removes the variable.
            
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic bool RemoveVariable(
	IVariable var
)
Public Function RemoveVariable ( 
	var As IVariable
) As Boolean
public:
bool RemoveVariable(
	IVariable^ var
)
member RemoveVariable : 
        var : IVariable -> bool 
Parameters
- var
 - Type: MonkeyspeakIVariable
[Missing <param name="var"/> documentation for "M:Monkeyspeak.Page.RemoveVariable(Monkeyspeak.IVariable)"]
 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:Monkeyspeak.Page.RemoveVariable(Monkeyspeak.IVariable)"]
See Also