Opens a file.
Syntax
Visual Basic (Declaration) | |
---|
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 not
Example
Remarks
See Also
Availability
Version 6.4 of SOLIDWORKS Enterprise PDM