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


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

Example

See the IEdmBomMgr3 examples.

Accessors

See Also