StateElementAdapter Constructor (EvaluatorGroup, StateElementAdapterDefinition) |
Initializes a new instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected StateElementAdapter(
EvaluatorGroup group,
StateElementAdapterDefinition definition
)
Protected Sub New (
group As EvaluatorGroup,
definition As StateElementAdapterDefinition
)
protected:
StateElementAdapter(
EvaluatorGroup^ group,
StateElementAdapterDefinition^ definition
)
new :
group : EvaluatorGroup *
definition : StateElementAdapterDefinition -> StateElementAdapter
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group that contains this adapter. - definition
- Type: AGI.Foundation.CoordinatesStateElementAdapterDefinition
The adapter definition of the element getting adapted.
Exceptions See Also