FamilyManager.SetDescription
Method
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.
Parameters
Parameter | Type | Description |
---|---|---|
familyParameter | FamilyParameter | The family parameter. |
description | String | The description of the family parameter. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the input argument-"familyParameter"-is. |
ArgumentException | Thrown when the input argument-"familyParameter"-is an invalid parameter or a builtIn parameter. |