Click or drag to resize

RhinoDocImport Method (String)

Import geometry into a RhinoDoc from a file. This can be any file format that Rhino can import

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool Import(
	string filePath
)

Parameters

filePath
Type: SystemString

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

Return Value

Type: Boolean
true on success
See Also