<Int64Range> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyNo registered superclass.

Function Members

Function members are as follows:

Return Type Function Name Documentation
int64GetMaxReturns an <int64> representing this object's maximum range value.
int64GetMinReturns an <int64> representing this object's minimum range value.
uint64GetRangeReturns a <uint64> object representing this object's range.
int32LargerThanReturns true if the range is larger than the value submitted to this function.
int32SetMaxSets this object's maximum value to the value submitted to this function.
int32SetMinSets this object's minimum value to the value submitted to this function.
int32SetRangeToLimitsSets the range to the min/max values supported by this data type. You can use this to reset the object to constructor default min/max values.
int32SmallerThanReturns true if the range is smaller than the value submitted to this function.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int64GetGranularityGets or sets the granularity of the range. This is a value that can be used for secondary purposes such as controlling how much change occurs in a range slider dialog.
int64MaxSets or gets the range minimum value.
int64MinSets or gets the range maximum value.