Click or drag to resize

ScalarAtEndOfNumericalSegmentConstraintValidateProperties Method

Validates that required properties are configured correctly in order to get an evaluator for this instance. Derived classes should call this method when implementing GetEvaluator(EvaluatorGroup), as well as validate their own properties.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void ValidateProperties()
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Segment, Scalar, or Parameter is .
See Also