Adds the specified SOLIDWORKS BOM to the specified document.  
             
            
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Sub AddSWBom( _
   ByVal lDocumentID As System.Integer, _
   ByVal lProjectID As System.Integer, _
   ByVal lDocRevNr As System.Integer, _
   ByVal poSWBom As EdmSWBom _
)  | 
Parameters
- lDocumentID
- ID of document
- lProjectID
- ID of project where document resides
- lDocRevNr
- Version number of document
- poSWBom
- IEdmSWBom
Example
 
            
             
            
            See Also
 
            Availability
SOLIDWORKS PDM Professional 2021 SP03