SOLIDWORKS PDM Professional API Help Send Feedback
IEdmBomView3 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmBomView3 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 IEdmBomView3 
   Inherits IEdmBomViewIEdmBomView2 
C# 
public interface IEdmBomView3 : IEdmBomViewIEdmBomView2  
C++/CLI 
public interface class IEdmBomView3 : public IEdmBomViewIEdmBomView2  

Example

Remarks

This interface:

  • extends IEdmBomView2 by adding the ability to save the BOM to a comma separated values (CSV) file.
  • is extended by IEdmBomView4.

See Also