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.
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
)
-
familyParameterThe family parameter.
-
StringdescriptionThe 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.