2024 Method
Changes 2
M

RevisionNumberingSequence.CreateAlphanumericSequence

Description:
Creates a new alphanumeric revision numbering sequence in the document.
Remarks:
The new revision numbering sequence will not be assigned to any revision. Use `Revision.SetRevisionNumberingSequenceId` to apply the sequence to a revision.
public static RevisionNumberingSequence CreateAlphanumericSequence(
	Document document,
	string name,
	AlphanumericRevisionSettings settings
)
Return Value RevisionNumberingSequence The newly created revision numbering sequence.