CommunicationObjectScalarValidateProperties Method |
Checks to see if any of the properties are null and, if so, throws an exception.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected virtual void ValidateProperties(
EvaluatorGroup group,
bool checkObject
)
Protected Overridable Sub ValidateProperties (
group As EvaluatorGroup,
checkObject As Boolean
)
protected:
virtual void ValidateProperties(
EvaluatorGroup^ group,
bool checkObject
)
abstract ValidateProperties :
group : EvaluatorGroup *
checkObject : bool -> unit
override ValidateProperties :
group : EvaluatorGroup *
checkObject : bool -> unit
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators. - checkObject
- Type: SystemBoolean
Whether the PropagationGraph be checked to see if it
contains or uses the CommunicationObject.
Exceptions See Also