Balloon numbering options. These are associated with a Level (PartsListLevelEnum).
Inheritance Hierarchy
System.ObjectAutodesk.iLogic.Types.BalloonNumberingOptions
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Class BalloonNumberingOptions
C#
public class BalloonNumberingOptions
The BalloonNumberingOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BalloonNumberingOptions |
Properties
Name | Description | |
---|---|---|
![]() | Delimiter |
Delimiter to use between item number levels. This is only used if Level is kStructuredAllLevels.
Default : "."
|
![]() | MinimumDigits |
Minimum digits. This is only used if Level is kStructured or kPartsOnly.
|
![]() | NumberingScheme |
Numbering scheme. Valid values for NumberingSchemeEnum are kNumericNumbering, kLowercaseAlphaNumbering and kUppercaseAlphaNumbering.
This is used only if Level is kPartsOnly.
Default : kNumericNumbering
|