Set Method (FamilyParameter, String)


Family Manager Set(Family Parameter, String) Method

Set the string value of a family parameter of the current family type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void Set(
	FamilyParameter familyParameter,
	string value
)

Parameters

familyParameter FamilyParameter
A family parameter of the current type.
value String
The new value for family parameter.
Exceptions
Exception Condition
ArgumentNullException Thrown when the input argument-"familyParameter"-is .
ArgumentException Thrown when the input argument-"familyParameter"-is an invalid family parameter.
ArgumentOutOfRangeException Thrown when the input argument-"familyParameter"-is out of range.
InvalidOperationException Thrown when the family parameter is determined by formula, or the current family type is invalid.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →