| Visual Basic | |
|---|---|
Sub AddReferencesPath( _ ByVal lRootFile As System.Integer, _ ByRef ppoReferences() As System.String _ ) | |
| C# | |
|---|---|
void AddReferencesPath( System.int lRootFile, ref System.string[] ppoReferences ) | |
| C++/CLI | |
|---|---|
void AddReferencesPath( & System.int lRootFile, & System.array<String^>^% ppoReferences ) | |
Parameters
- lRootFile
- ID of file to which to add file references
- ppoReferences
- Array of paths to reference files 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