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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> CommunicationObjectConstraintParameters
- 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