FileReadOptions.InsertMode Property

FileReadOptionsInsertMode Property

true means we are reading information that will be used to create an instance definition or some other type of "inserting" that is supported by Rhino's "Insert" command.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool InsertMode { get; set; }
Public Property InsertMode As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also