| Visual Basic | |
|---|---|
Function Open( _ ByVal bsPath As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool Open( System.string bsPath ) | |
| C++/CLI | |
|---|---|
System.bool Open( & System.String^ bsPath ) | |
Parameters
- bsPath
- Path to the file to open
Return Value
True if the file's format supports file references, false if notSee the IEdmRawReferenceMgr examples.
You must call this method before you call any of the other methods in this interface.
- S_OK: The method successfully executed.
- S_FALSE: The file's format does not support file references.
Version 6.4 of SOLIDWORKS PDM Professional