SensorProjectionEvaluator Constructor (EvaluatorGroup) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected SensorProjectionEvaluator(
	EvaluatorGroup group
)
Protected Sub New ( 
	group As EvaluatorGroup
)
protected:
SensorProjectionEvaluator(
	EvaluatorGroup^ group
)
new : 
        group : EvaluatorGroup -> SensorProjectionEvaluatorParameters
- group
 - Type: AGI.FoundationEvaluatorGroup
The group that contains this evaluator. 
Exceptions
See Also