FamilyManager.GetParameter
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.
public FamilyParameter GetParameter(
ForgeTypeId parameterTypeId
)
-
parameterTypeIdIdentifier of the built-in parameter.
-
parameterTypeId does not identify a built-in parameter. See Parameter.IsBuiltInParameter(ForgeTypeId) and Parameter.GetParameterTypeId(BuiltInParameter).
-
A non-optional argument was NULL