Share

ExpressionLimits Object


Description

The ExpressionLimits object provides access to the various range values that can be specified when defining a custom expression for a column.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
DefaultValue Gets/Sets the default value for this expression.
IncrementValue Gets/Sets the increment value for this expression.
MaximumValue Gets/Sets the maximum value for this expression.
MaximumValueComparisonType Gets/Sets the type of comparison to perform against the maximum value.
MinimumValue Gets/Sets the minimum value for this expression.
MinimumValueComparisonType Gets/Sets the type of comparison to perform against the minimum value.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ContentTableColumns.CreateExpressionLimits

Version

Introduced in version 2010

Was this information helpful?