Methods
- Func CreateBoard( iRoot) As
-
Allows to create a Board.
- Parameters:
-
- iRoot
- Root product of the Part to extend dd>
- oBoard
- The board created dd>
- Returns:
-
- S_OK if succeeded
- E_FAIL if failed
The result of the method:
- Func CreateComponent( iRoot, iElecPackageNumber, iElecPartNumber, iElecType) As
-
Allows to create a Component.
- Parameters:
-
- iRoot
- Root product of the Part to extend dd>
- iElecPackageNumber
- The package number used to valuate the component attribute dd>
- iElecPartNumber
- The part number used to valuate the part number of the component dd>
- iElecType
- The Type of the component to create : ELECTRICAL or MECHANICAL dd>
- oComponent
- The Component created dd>
- Returns:
-
- S_OK if succeeded
- E_FAIL if failed
The result of the method:
- Func CreatePanel( iRoot) As
-
Allows to create a panel.
- Parameters:
-
- iRoot
- Root product of the Part to extend dd>
- oPanel
- The panel created dd>
- Returns:
-
- S_OK if succeeded
- E_FAIL if failed
The result of the method:
- Func GetRootProduct( doc) As
-
Allows to get the root product of a document.
- Parameters:
-
- doc
- The document to scan dd>
- oRoot
- The root product of the document scanned dd>
- Returns:
-
- S_OK if succeeded
- E_FAIL if failed
The result of the method: