Click or drag to resize

ItemOccurrence Interface

This object represents an individual occurrence within an Bom item.

Namespace: CeliAPS.BomApi.Data
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface ItemOccurrence

The ItemOccurrence type exposes the following members.

Properties
 NameDescription
Public propertyIsExcluded Gets a value indicating whether this item is excluded from bom.
Public propertyItem Property that returns theItem this occurrence references
Public propertyLevel Get depth level of item. Root item level is 0.
Public propertyPositionNumber Gets the position number. It's the value of Inventor.BOMRow.ItemNumber (structure bom) property.
Public propertyQuantity Gets or sets the count of items.
Public propertyRowOrder Gets or sets the row order in Inventor.BOM.
Public propertySkip Gets or sets value if this item occurrence should be skipped during bom parsing.
Public propertySubOccurrences Gets the collection of occurrences for an occurrence.
Top
Methods
 NameDescription
Public methodAmount If Item is workpiece, then amount of material is returned. Otherwise returns Quantity
Public methodQuantitySum Calculates sum quantity by parents quantity
Top
See Also