M_Rhino_RhinoDoc_FromFilePath - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoDoc.FromFilePath 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) Version: Rhino 6.0

Syntax

C#

public static RhinoDoc FromFilePath(
	string filePath
)

VB

Public Shared Function FromFilePath ( 
	filePath As String
) As RhinoDoc

Parameters

 

filePath
Type: System.String
The full path to the file to search for.

Return Value

Type: RhinoDoc
The file name to search for

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️