Share

FamilyManager.SetDescription Method

Set the description for an existing family parameter. The description will be used as tooltip in the Revit UI including in the properties palette.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetDescription(
	FamilyParameter familyParameter,
	string description
)

Parameters

familyParameter  FamilyParameter
The family parameter.
description  String
The description of the family parameter.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the input argument-"familyParameter"-is nullptr.
ArgumentException Thrown when the input argument-"familyParameter"-is an invalid parameter or a builtIn parameter.

See Also

Reference

Was this information helpful?