RVTDocs.com

RebarContainerParameterManager.GetIntOverrideValue

Method
Description:
Get the integer value for an overriden parameter.
Syntax
public int GetIntOverrideValue(
	ElementId paramId
)
Parameters
Parameter Type Description
paramId ElementId The id of the parameter
Return Value
Type Description
Int32 The override value of the parameter.
Exceptions
Exception Condition
ArgumentException paramId is not the id of a parameter in the current document, or its value type is not integer. -or- paramId is not a Rebar Container parameter -or- paramId has no override
ArgumentNullException A non-optional argument was null