Set the reporting family parameter as a regular/driving parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public void MakeNonReporting( FamilyParameter familyParameter )
Parameters
- familyParameter FamilyParameter
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the input argument-"familyParameter"-is null. |
InvalidOperationException | Thrown when attempting to make a parameter which is labeled to an arc length dimension non-reporting. |