Click or drag to resize

QuantitativeItem Interface

Bom item representing quantitative item (no material, no sizes)

Namespace: CeliAPS.BomApi.Data
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface QuantitativeItem : Document, 
	Item

The QuantitativeItem type exposes the following members.

Properties
 NameDescription
Public propertyBomId Gets bom item identifier.
(Inherited from Item)
Public propertyBomStructure Indicates how the component is used/viewed in a BOM.
(Inherited from Item)
Public propertyCadGenerated Gets a value indicating whether current part is generated by CAD, or opened from wbom file
(Inherited from Document)
Public propertyChildren Objects comprising current Item
(Inherited from Item)
Public propertyCode Gets the code.
(Inherited from Item)
Public propertyFullFileName Full filename of Inventor Document
(Inherited from Document)
Public propertyName Gets the name.
(Inherited from Item)
Public propertyOriginalCode Gets the original item code.
Public propertyOriginalName Gets the original item name.
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Public propertyQuantitativeItemType Quantitative item type
Public propertyReplacedCode Gets the replaced code. If replacement is not applied - original code returned.
Public propertyReplacedName Gets the name of the replaced. If replacement is not applied - original name returned.
Top
Methods
 NameDescription
Public methodGetDocumentParameterByName Gets the document parameter by name marked as exported.
(Inherited from Document)
Public methodGetDocumentPropertyByName Gets the document property by name.
(Inherited from Document)
Public methodGetDocumentReplacedPropertiesByName Gets the document property value by name.
Public methodGetOriginalDocumentCustomPropertyByName Gets the document custom iProperty value by name.
(Inherited from Document)
Public methodGetOriginalDocumentPropertyByName Gets the document property value by name.
(Inherited from Document)
Top
See Also