Click or drag to resize

Document Interface

Bom item representing Inventor document

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

The Document 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
Public propertyChildren Objects comprising current Item
(Inherited from Item)
Public propertyCode Gets the code.
(Inherited from Item)
Public propertyFullFileName Full filename of Inventor 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.
Public methodGetDocumentPropertyByName Gets the document property by name.
Public methodGetOriginalDocumentCustomPropertyByName Gets the document custom iProperty value by name.
Public methodGetOriginalDocumentPropertyByName Gets the document property value by name.
Top
See Also