Variable<T> Constructor (Directory, VariableDescription)
Constructor with the parent directory and variable description.
Namespace:
IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public Variable<T>(
Directory parent,
VariableDescription description
)
Parameters
parent
Type: Directory
The directory this variable belongs to.
description
Type: VariableDescription
The variable description.
See Also: