Share

FamilyManager.Set(FamilyParameter, ElementId) Method

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void Set(
	FamilyParameter familyParameter,
	ElementId value
)

Parameters

familyParameter  FamilyParameter
A family parameter of the current type.
value  ElementId
The new value for family parameter.

Exceptions

ExceptionCondition
ArgumentException Thrown when the storage type of family parameter is not ElementId --or-- The input ElementId does not represent either a valid element in the document or InvalidElementId.
ArgumentOutOfRangeException Thrown when the input ElementId is not valid as a value for this FamilyParameter.
InvalidOperationException Thrown when the family parameter is determined by formula, or the current family type is invalid.

See Also

Reference

Was this information helpful?