Share

ConstraintLimits.Maximum Property

Parent Object: ConstraintLimits

Description

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 Parameter

Property 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.

Version

Introduced in version 2011

Was this information helpful?