2023 Method
Changes 2
M

RevisionNumberingSequence.CreateNumericSequence

Description:
Creates a new numeric 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 CreateNumericSequence(
	Document document,
	string name,
	NumericRevisionSettings settings
)
Return Value RevisionNumberingSequence The newly created revision numbering sequence.