Click or drag to resize

ItemOccurrenceProxy Interface

Assembly-context ItemOccurrence proxy of its native item-context object.

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

The ItemOccurrenceProxy type exposes the following members.

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