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

The following tables list the members exposed by IEdmBom.

Public Properties

 NameDescription
 PropertyCheckOutUserIDGets the ID of the user who has this BOM checked out.  
 PropertyCurrentStateGets the current workflow state of this BOM.  
 PropertyCurrentVersionGets the current version number of this BOM.  
 PropertyFileIDGets the unique ID of the file used to generate this BOM.  
 PropertyIsCheckedOutGets whether this BOM is checked out.  
Top

Public Methods

 NameDescription
 MethodChangeStateChanges the workflow state of this BOM.  
 MethodCheckInChecks in this BOM.  
 MethodCheckOutChecks out this BOM.  
 MethodDeleteDeletes this BOM.  
 MethodGetVersionsGets the versions of this BOM.  
 MethodGetViewGets the BOM view for the specified BOM version. The BOM view allows you to read and manipulate the contents of the BOM.  
Top

See Also