|
VEngineConstruct Method
|
Construct a variable from it's MET information
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax public bool Construct(
string var,
bool topup = false
)
Parameters
- var String
- The name of the variable to construct.
- topup Boolean (Optional)
- true means only construct when short, false means construct from scratch.
Return Value
BooleanTrue or False.
See Also