| Visual Basic | |
|---|---|
Sub AddReferencesPath2( _ ByVal lRootFile As System.Integer, _ ByRef ppoReferences() As System.String, _ ByRef plQuantity() As System.Integer _ ) | |
| C# | |
|---|---|
void AddReferencesPath2( System.int lRootFile, ref System.string[] ppoReferences, ref System.int[] plQuantity ) | |
| C++/CLI | |
|---|---|
void AddReferencesPath2( & System.int lRootFile, & System.array<String^>^% ppoReferences, & System.array<int>^% plQuantity ) | |
Parameters
- lRootFile
- ID of file to which to add file references
- ppoReferences
- Array of paths to reference files
- plQuantity
- Array of times that the files in ppoReferences are referenced in lRootFile
This method supersedes IEdmAddCustomRefs::AddReferencesPath, which adds reference files only by file system path.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 2013 of SOLIDWORKS PDM Professional