NumberingFormatSettingsFirstNumberFormattingOption Property

The formatting options for the start of a sequence.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public FirstNumberFormattingOptions FirstNumberFormattingOption { get; set; }

Property Value

FirstNumberFormattingOptions
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also