Click or drag to resize

VEngineConstruct Method

Construct a variable from it's MET information

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
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

Boolean
True or False.
See Also