TmpNumberSeqCreate.autoFormat Method
Sets the Format and AnnotatedFormat fields based on the specified NumberSequenceDatatype and NumberSeqScope.
Syntax
private boolean autoFormat(
NumberSequenceDatatype _numberSequenceDatatype,
NumberSeqScope _scope,
boolean _logErrors,
boolean _includeScopeSegments)
Run On
Called
Parameters
- _numberSequenceDatatype
Type: NumberSequenceDatatype Table
The NumberSequenceDatatype to use when formatting.
- _scope
Type: NumberSeqScope Class
The NumberSeqScope to use when formatting.
- _logErrors
Type: boolean
A Boolean value indicating whether or not to write error and warning conditions to the infolog.
- _includeScopeSegments
Type: boolean
A Boolean value indicating whether or not to include scope information in the format.
Return Value
Type: boolean
true if the call successfully updated the Format and AnnotatedFormat fields; otherwise, false.
Remarks
The value of the Highest field may be modified by calling this method to ensure that the generated numbers fit within the size of the datatype.