<Code Lib>
2025.3 Property
Changes 0
P

FamilyParameter.IsReporting

Description:
Indicates if the parameter is a reporting parameter.
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.

public bool IsReporting { get; }

Loading…