Click or drag to resize

Assembly Interface

Bom item representing Inventor Assembly document

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

The Assembly 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 propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
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 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