Click or drag to resize

CommunicationObjectConstraint Constructor (CommunicationObjectScalar, Double, Double)

Initialize a new instance with the given scalar communication parameter, minimum threshold, and maximum threshold.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CommunicationObjectConstraint(
	CommunicationObjectScalar parameter,
	double minimum,
	double maximum
)

Parameters

parameter
Type: AGI.Foundation.GeometryCommunicationObjectScalar
The communication parameter on which to constrain access.
minimum
Type: SystemDouble
The minimum value allowed for access.
maximum
Type: SystemDouble
The maximum value allowed for access.
See Also