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


Allows you to access the Bill of Materials (BOM) layouts installed in a vault.


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 IEdmBomMgr 
C# 
public interface IEdmBomMgr 
C++/CLI 
public interface class IEdmBomMgr 

Remarks

This interface:

To view a vault's BOM layouts in the SOLIDWORKS PDM Professional Administration tool, log in to a vault and expand Bills of Materials.

To access this interface, call IEdmVault7::CreateUtility with eType = EdmUtility.EdmUtil_BomMgr.

Accessors

See Also