DisplayParametersHelperUpdateReferences Method |
Uses the provided group to update previously created evaluators.
Namespace:
AGI.Foundation.Platforms.Advanced
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void UpdateReferences(
EvaluatorGroup group
)
Public Sub UpdateReferences (
group As EvaluatorGroup
)
public:
void UpdateReferences(
EvaluatorGroup^ group
)
member UpdateReferences :
group : EvaluatorGroup -> unit
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group from which to update evaluator references.
See Also