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