FamilyManager.Set
Description:
Set the integer value of a family parameter of the current family type.
Set the integer value of a family parameter of the current family type.
Overloads (4):
Set(FamilyParameter,Int32)
public void Set(
FamilyParameter familyParameter,
int value
)
-
familyParameterA family parameter of the current type.
-
Int32valueThe new value for family parameter.
-
Thrown when the input argument-"familyParameter"-is an invalid family parameter.
-
Thrown when the input argument-"familyParameter"-is out of range.
-
Thrown when the family parameter is determined by formula, or the current family type is invalid.