Allows access to BOM table information and values.
IMPORTANT: You can no longer insert IBomTable objects; you can now only insert IBomTableAnnotation objects. IBomTable objects are not and cannot be converted to IBomTableAnnotation objects. Use the IBomTable APIs for legacy BOM tables only.
 
            .NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Interface IBomTable  | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IBomTable | 
| C# |  | 
|---|
| public interface IBomTable  | 
| C++/CLI |  | 
|---|
| public interface class IBomTable  | 
Accessors
            Access Diagram
			
            See Also