RVTDocs.com

GetValue

Method
Description:
Obtains the curent value of the global parameter.
Remarks:

Note that a value is always returned regardless of whether the parameter is formula-driven, or dimension-driven, or independent.

The returned ParameterValue is casted-up an instance of one of the derived classes, such as DoubleParameterValue or IntegerParameterValue.

Syntax
public ParameterValue GetValue()