ConstraintLimits.Minimum Property
Parent Object: ConstraintLimitsDescription
Property that returns the Parameter object that controls the minimum limit value. This property returns Nothing if the minimum limit has never been enabled for this constraint or the parameter associated with the minimum value was deleted. Set the MinimumEnabled property to True to make this parameter available.
Syntax
ConstraintLimits.Minimum() 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. |