FamilyParameterIsReporting Property |
Indicates if the parameter is a reporting parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsReporting { get; }
Public ReadOnly Property IsReporting As Boolean
Get
public:
property bool IsReporting {
bool get ();
}
member IsReporting : bool with get
Property Value
Boolean
RemarksIf 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