Allows you to access a Bill of Materials (BOM) view.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmBomView2 Inherits IEdmBomView | |
| C# | |
|---|---|
public interface IEdmBomView2 : IEdmBomView | |
| C++/CLI | |
|---|---|
public interface class IEdmBomView2 : public IEdmBomView | |
This interface:
- extends IEdmBomView by adding the ability to insert a row in a named bill of materials.
- is extended by IEdmBomView3.