Share

BalloonPartsListOptions.NumberingScheme Property

Specific options for this level. This argument is ignored if the numbering schemes have already been set for this model as a result of creating a parts list or a balloon based on the same model. Use the DrawingDocument.DrawingBOMs.IsDrawingBOMDefined method to check whether or not to supply this argument. Also, this argument is ignored if the numbering schemes have been defined in the model BOM views.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0

Syntax

VB

Public ReadOnly Property NumberingScheme As BalloonNumberingOptions
	Get

C#

public BalloonNumberingOptions NumberingScheme { get; }

Property Value

Type: BalloonNumberingOptions

See Also

Reference

Was this information helpful?