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