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


Allows you to access a SOLIDWORKS BOM.
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 IEdmSWBom 
C# 
public interface IEdmSWBom 
C++/CLI 
public interface class IEdmSWBom 

Example

See the IEdmBomMgr3 examples.

Accessors

See Also