FamilyManager.Set
Description:
Set the string value of a family parameter of the current family type.
Set the string value of a family parameter of the current family type.
Overloads (4):
Set(FamilyParameter,String)
public void Set(
FamilyParameter familyParameter,
string value
)
-
familyParameterA family parameter of the current type.
-
StringvalueThe new value for family parameter.
-
Thrown when the input argument-"familyParameter"-isnullNothingnullptra null reference (Nothingin Visual Basic).
-
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.