ConstraintLimits.Maximum Property
Parent Object: ConstraintLimitsDescription
Property that returns the Parameter object that controls the maximum limit value. This property returns Nothing if the maximum limit has never been enabled for this constraint or the parameter associated with the maximum value was deleted. Set the MaximumEnabled property to True to make this parameter available.
Syntax
ConstraintLimits.Maximum() As ParameterProperty Value
This is a read only property whose value is a Parameter.Samples
Name | Description |
Add mate constraint with limits | This sample demonstrates the creation of an assembly mate constraint with maximum and minimum limits defined. |