CommunicationLinkConstraint Constructor (CommunicationLinkScalar, 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 CommunicationLinkConstraint(
CommunicationLinkScalar parameter,
double minimum,
double maximum
)
Public Sub New (
parameter As CommunicationLinkScalar,
minimum As Double,
maximum As Double
)
public:
CommunicationLinkConstraint(
CommunicationLinkScalar^ parameter,
double minimum,
double maximum
)
new :
parameter : CommunicationLinkScalar *
minimum : float *
maximum : float -> CommunicationLinkConstraint
Parameters
- parameter
- Type: AGI.Foundation.GeometryCommunicationLinkScalar
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