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

The following tables list the members exposed by IEdmSWBom.

Public Properties

 NameDescription
 PropertyIncrementNumberGets or sets the increment for numbering items in this BOM.  
 PropertyNameGets or sets the name of this BOM.  
 PropertyRefCfgsGets or sets the configurations of the document on which this BOM is based.  
 PropertyRefDocIDGets or sets the ID of the document on which this BOM is based.  
 PropertySheetNameGets or sets the name of the sheet on which this BOM is located.  
 PropertyStartNumberGets or sets the starting number of items in this BOM.  
 PropertyTableTypeGets or sets the type of this BOM.  
Top

Public Methods

 NameDescription
 MethodDeleteColumnDeletes the specified column from this BOM.  
 MethodDeleteRowDeletes the specified row from this BOM.  
 MethodGetCellGets the specified cell in this BOM.  
 MethodGetColumnGets the specified column in this BOM.  
 MethodGetColumnsCountGets the number of columns in this BOM.  
 MethodGetRowGets the specified row in this BOM.  
 MethodGetRowsCountGets the number of rows in this BOM.  
 MethodInsertColumnInserts a column at the specified column index.  
 MethodInsertRowInserts a row at the specified index.  
Top

See Also