| Visual Basic | |
|---|---|
Sub AddReferencesID( _ ByVal lRootFile As System.Integer, _ ByRef ppoReferences() As EdmSelItem _ ) | |
| C# | |
|---|---|
void AddReferencesID( System.int lRootFile, ref EdmSelItem[] ppoReferences ) | |
| C++/CLI | |
|---|---|
void AddReferencesID( & System.int lRootFile, & array<EdmSelItem>^% ppoReferences ) | |
Parameters
- lRootFile
- ID of file to which to add file references
- ppoReferences
- Array of EdmSelItems containing file references to add to lRootFile
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional