Click or drag to resize

CommunicationLinkScalarValidateProperties 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 checkLink
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.
checkLink
Type: SystemBoolean
Whether the PropagationGraph be checked to see if it contains or uses the CommunicationLink.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is .
PropertyInvalidException Thrown when PropagationGraph, IntendedSignalStrategy, or CommunicationLink are , or when PropagationGraph does not contain CommunicationLink.
See Also