QDVWBS.GetGlobalVariableValue Method
NOTE: This member is now obsolete. Instead, use Qdv.UserApi.IGlobalVariables.GetVariableValue. The IGlobalVariables can be obtained from the Qdv.UserApi.IEstimateVersion.GlobalVariables property.
[Obsolete("Instead, use Qdv.UserApi.IGlobalVariables.GetVariableValue. The IGlobalVariables can be obtained from the Qdv.UserApi.IEstimateVersion.GlobalVariables property. ")]
public object GetGlobalVariableValue(
ref string VariableName
)
This language is not supported or no code example is available.
Parameters
- VariableName
- string
Return Value
objectThe variable value or an empty string if the variable doesn't exist.