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)
Syntaxprotected virtual void ValidateProperties(
EvaluatorGroup group,
bool checkLink
)
Protected Overridable Sub ValidateProperties (
group As EvaluatorGroup,
checkLink As Boolean
)
protected:
virtual void ValidateProperties(
EvaluatorGroup^ group,
bool checkLink
)
abstract ValidateProperties :
group : EvaluatorGroup *
checkLink : bool -> unit
override ValidateProperties :
group : EvaluatorGroup *
checkLink : bool -> unit
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
See Also