| Visual Basic | |
|---|---|
Sub AddSWBom( _ ByVal lDocumentID As System.Integer, _ ByVal lProjectID As System.Integer, _ ByVal lDocRevNr As System.Integer, _ ByVal poSWBom As EdmSWBom _ ) | |
| C# | |
|---|---|
void AddSWBom( System.int lDocumentID, System.int lProjectID, System.int lDocRevNr, EdmSWBom poSWBom ) | |
| C++/CLI | |
|---|---|
void AddSWBom( & System.int lDocumentID, & System.int lProjectID, & System.int lDocRevNr, & EdmSWBom^ poSWBom ) | |
Parameters
- lDocumentID
- ID of document
- lProjectID
- ID of project where document resides
- lDocRevNr
- Version number of document
- poSWBom
- IEdmSWBom
See the IEdmBomMgr3 examples.
SOLIDWORKS PDM Professional 2021 SP03