| Visual Basic | |
|---|---|
Sub AddReferencesClipboard( _ ByVal lRootFile As System.Integer _ ) | |
| C# | |
|---|---|
void AddReferencesClipboard( System.int lRootFile ) | |
| C++/CLI | |
|---|---|
void AddReferencesClipboard( & System.int lRootFile ) | |
Parameters
- lRootFile
- ID of file to which to add the file reference that is on the Windows clipboard
This method is valid only after the user has copied a file to the Windows clipboard. A file reference on the clipboard is in CF_HDROP format.
After calling this method, you must call IEdmAddCustomRefs::CreateReferences to create the custom file reference in the vault.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional