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

Remarks

This interface extends IEdmBomView3 by adding the ability to rename a named BOM.

Accessors

See Also