Click or drag to resize

CommunicationLinkScalar.ValidateProperties 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: 25.1.421.0 (25.1.421.0)
Syntax
protected virtual void ValidateProperties(
	EvaluatorGroup group,
	bool checkLink
)

Parameters

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