SOLIDWORKS PDM Professional API Help Send Feedback
IEdmBomView2 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmBomView2 Interface


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.

Syntax

Visual Basic 
Public Interface IEdmBomView2 
   Inherits IEdmBomView 
C# 
public interface IEdmBomView2 : IEdmBomView  
C++/CLI 
public interface class IEdmBomView2 : public IEdmBomView  

Example

Remarks

This interface:

  • extends IEdmBomView by adding the ability to insert a row in a named bill of materials.
  • is extended by IEdmBomView3.

See Also