M_Rhino_RhinoDoc_OpenFile - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoDoc.OpenFile Method

Note: This API is now obsolete.

[Missing

documentation for "M:Rhino.RhinoDoc.OpenFile(System.String)"]

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

[ObsoleteAttribute("OpenFile is obsolete, use Open instead")]
public static bool OpenFile(
	string path
)

VB

<ObsoleteAttribute("OpenFile is obsolete, use Open instead")>
Public Shared Function OpenFile ( 
	path As String
) As Boolean

Parameters

 

path
Type: System.String
[Missing documentation for "M:Rhino.RhinoDoc.OpenFile(System.String)"]

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.RhinoDoc.OpenFile(System.String)"]

Version Information

Obsolete (compiler warning) in 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

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