Set the family parameter as a reporting parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void MakeReporting( FamilyParameter familyParameter )
Parameters
- familyParameter FamilyParameter
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input argument-"familyParameter"-is null. |
| InvalidOperationException | Thrown when the parameter can not be changed to a reporting parameter. |
