Share

FamilyManager.MakeReporting Method

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

ExceptionCondition
ArgumentNullException Thrown when the input argument-"familyParameter"-is nullptr.
InvalidOperationException Thrown when the parameter can not be changed to a reporting parameter.

See Also

Reference

Was this information helpful?