FamilyParameter.IsReporting Property

Indicates if the parameter is a reporting parameter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool IsReporting { get; }

Property Value

Boolean

Remarks

If true, the parameter is a reporting parameter associated to a dimension value, and cannot be modified. If false, the parameter is a driving parameter and if associated to a dimension, can modify the dimension it labels.

See Also

Reference

FamilyParameter Class
Autodesk.Revit.DB Namespace