FamilyManager.GetParameter
Method
Description:
Obtains the family parameter with the given built-in parameter identifier.
Obtains the family parameter with the given built-in parameter identifier.
Remarks:
Returns null if the parameter is not found.
Returns null if the parameter is not found.
Parameters
Parameter | Type | Description |
---|---|---|
parameterTypeId | ForgeTypeId | Identifier of the built-in parameter. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | parameterTypeId does not identify a built-in parameter. See Parameter.IsBuiltInParameter(ForgeTypeId) and Parameter.GetParameterTypeId(BuiltInParameter). |
ArgumentNullException | A non-optional argument was NULL |