RhinoDoc.OpenFile Method

RhinoDocOpenFile Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Rhino.RhinoDoc.OpenFile(System.String)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
[ObsoleteAttribute("OpenFile is obsolete, use Open instead")]
public static bool OpenFile(
	string path
)
<ObsoleteAttribute("OpenFile is obsolete, use Open instead")>
Public Shared Function OpenFile ( 
	path As String
) As Boolean

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Rhino.RhinoDoc.OpenFile(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.RhinoDoc.OpenFile(System.String)"]

Version Information

Rhino for Mac

Obsolete (compiler warning) in 5.4

Rhino for Windows

Obsolete (compiler warning) in 6.8
See Also