NumberSequenceDatatype.wizardAnnotatedFormat Method
Generates an annotated format based on the specified scope and highest number.
Syntax
public str wizardAnnotatedFormat(
NumberSeqScope _scope,
[int _highest,
boolean _includeScopeSegments])
Run On
Called
Parameters
- _scope
Type: NumberSeqScope Class
The NumberSeqScope object to use when generating the annotated format.
- _highest
Type: int
The highest number that can be used for the number sequence. The default value is the WizardHighest value for this NumberSequenceFormat record.
- _includeScopeSegments
Type: boolean
Return Value
Type: str
An annotated format based on the specified scope and highest number.
Remarks
The return value of this method is suitable for use when generating number sequence records through the wizard.