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.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Property Level As PartsListLevelEnum Get Set
C#
public PartsListLevelEnum Level { get; set; }