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

Example

Remarks

This interface:

   - Extends IEdmBomMgr by providing:

    • support for Web 2 applications,
    • the ability to determine whether a specified user can see a specified BOM layout, and 
    • a new layout structure, EdmBomLayout2, that includes BOM type information.

   - Is extended by IEdmBomMgr3.

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