2027 Property
Changes 0
P

GlobalParameter.IsDrivenByFormula

Description:
Indicates whether this parameter is driven by a formula or not.
Remarks:

Note that the value of this property is always the opposite of the IsDrivenByDimension property. It is so because a parameter of which value is evaluated by a formula cannot be driven by a dimension, and vice versa.

public bool IsDrivenByFormula { get; }