ItemBOMOcc Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An occurrence of an Item in the Item BOM.
Syntax
public class ItemBOMOcc Public Class ItemBOMOcc Properties
| Name | Description |
|---|---|
| AssocMasterId | |
| Id | A unique identifier for this occurrence within the Item BOM. |
| ParOccId | The immediate parent. -1 means no parent occurrence. |
| Path | The path to the occurrence in the BOM. The format is the list of Item Master IDs separated by the '/' delimiter. |
| Pos | The position on the BOM. |
| RootItemId | The top most Item of the BOM. |
| Val | The value of the occurrence. Also known as the "Detail Id." |
Returned By
Where you get a ItemBOMOcc — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ItemBOMOcc