Click or drag to resize

RhinoAppCheckNewObject Property

Returns true if Rhino will validate each object added to the document. This can be time consuming but is valuable for debugging.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.7
Syntax
public static bool CheckNewObject { get; set; }

Property Value

Type: Boolean
See Also