<Code Lib>
2025 Method
Changes 0
M

FamilyManager.Set(FamilyParameter, String)

Description:
Set the string value of a family parameter of the current family type.
Overloads (4):

public void Set(
	FamilyParameter familyParameter,
	string value
)

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

Loading…