RhinoDocFromFilePath Method |
Search the open document list for a document with a Path equal
to the specified file path.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public static RhinoDoc FromFilePath(
string filePath
)
Public Shared Function FromFilePath (
filePath As String
) As RhinoDoc
Parameters
- filePath
- Type: SystemString
The full path to the file to search for.
Return Value
Type:
RhinoDocThe file name to search for
See Also