FamilyManager.Set
Description:
Set the double value of a family parameter of the current family type.
Set the double value of a family parameter of the current family type.
Overloads (4):
Set(FamilyParameter,Double)
public void Set(
FamilyParameter familyParameter,
double value
)
-
familyParameterA family parameter of the current type.
-
DoublevalueThe 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.