NumberingSchema.MaximumStartingNumber Property

NumberingSchemaMaximumStartingNumber Property

A static property defining the maximum number a numbering sequence can use as its starting number (the lowest number in the sequence).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static int MaximumStartingNumber { get; }
Public Shared ReadOnly Property MaximumStartingNumber As Integer
	Get
public:
static property int MaximumStartingNumber {
	int get ();
}
static member MaximumStartingNumber : int with get

Property Value

Int32
Remarks
Use this method to ensure a value given to the ShiftNumbers is within the valid range.
See Also