Click or drag to resize

ConstraintEvaluationParametersIsFirstCalculation Property

Is it the first time RoPE computes the identity (and evaluates constraints as part of that)? (yes, no, unknown) Can optionally be specified to save a bit of performance.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public Nullable<bool> IsFirstCalculation { get; set; }

Property Value

Type: NullableBoolean
See Also