Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected virtual void ValidateProperties(
	EvaluatorGroup group,
	bool checkObject
)

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
ExceptionCondition
ArgumentNullException Thrown when the group is .
PropertyInvalidException Thrown when PropagationGraph, IntendedSignalStrategy, or CommunicationObject are , or if PropagationGraph does not contain CommunicationObject.
See Also