Share

BalloonPartsListOptions Class

Parts-list-related options for balloon creation.

Inheritance Hierarchy

System.Object
  Autodesk.iLogic.Types.BalloonPartsListOptions

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

Syntax

VB

Public Class BalloonPartsListOptions

C#

public class BalloonPartsListOptions

The BalloonPartsListOptions type exposes the following members.

Constructors

  NameDescription
Public methodBalloonPartsListOptions
Constructor.

Properties

  NameDescription
Public propertyLevel
Sets the view type for the parts list. If supplied, this input is only used in the case where the balloon references an assembly document. If this value was previously set as a result of creating a parts list or a balloon in the drawing based on the same model, this argument is ignored. Use the DrawingDocument.DrawingBOMs.IsDrawingBOMDefined method to check whether or not to supply this argument. Valid enums are: kStructured, that creates a 'first level only' parts list in which a simple integer value is assigned to direct children, kStructuredAllLevels that creates an 'all level' parts list with full expanded numbering, and kPartsOnly, that creates a parts list that sequentially numbers all parts in the top level assembly, even if they are contained in subassemblies.
Public propertyNumberingScheme
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.

See Also

Reference

Was this information helpful?