2022 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
)