NumberSequenceTable.autoFormat Method
Sets the Format and AnnotatedFormat fields based on the specified NumberSequenceDatatype and NumberSeqScope objects.
Syntax
public boolean autoFormat(NumberSequenceDatatype _numberSequenceDatatype, NumberSeqScope _scope)
Run On
Called
Parameters
- _numberSequenceDatatype
Type: NumberSequenceDatatype Table
The NumberSequenceDatatype object to use when formatting.
- _scope
Type: NumberSeqScope Class
The NumberSeqScope object to use when formatting.
Return Value
Type: boolean
true if the Format and AnnotatedFormat fields were successfully updatd; otherwise, false.
Remarks
The value of the Highest field may be modified by calling this method to make sure that that the generated numbers fit within the size of the data type.