2027 Method
Changes 0
M

FamilyManager.SetDescription

Description:
Set the description for an existing family parameter. The description will be used as tooltip in the Revit UI including in the properties palette.
public void SetDescription(
	FamilyParameter familyParameter,
	string description
)
  • familyParameter
    The family parameter.
  • String
    description
    The description of the family parameter.
  • Thrown when the input argument-"familyParameter"-is.
  • Thrown when the input argument-"familyParameter"-is an invalid parameter or a builtIn parameter.