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.2.419.0 (24.2.419.0)
Syntax public CommunicationObjectConstraint(
CommunicationObjectScalar parameter,
double minimum,
double maximum
)
Public Sub New (
parameter As CommunicationObjectScalar,
minimum As Double,
maximum As Double
)
public:
CommunicationObjectConstraint(
CommunicationObjectScalar^ parameter,
double minimum,
double maximum
)
new :
parameter : CommunicationObjectScalar *
minimum : float *
maximum : float -> CommunicationObjectConstraint
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