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 IEdmBomView3 Inherits IEdmBomView, IEdmBomView2 | |
| C# | |
|---|---|
public interface IEdmBomView3 : IEdmBomView, IEdmBomView2 | |
| C++/CLI | |
|---|---|
public interface class IEdmBomView3 : public IEdmBomView, IEdmBomView2 | |
This interface:
- extends IEdmBomView2 by adding the ability to save the BOM to a comma separated values (CSV) file.
- is extended by IEdmBomView4.