MakeReporting Method


Family Manager Make Reporting Method

Set the family parameter as a reporting parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void MakeReporting(
	FamilyParameter familyParameter
)

Parameters

familyParameter FamilyParameter
Exceptions
Exception Condition
ArgumentNullException Thrown when the input argument-"familyParameter"-is .
InvalidOperationException Thrown when the parameter can not be changed to a reporting parameter.
See Also