Click or drag to resize

CustomObjectGripsNewLocation Property

true if some of the grips have been moved. GripObject.NewLocation() sets NewLocation=true. Derived classes can set NewLocation to false after updating temporary display information.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool NewLocation { get; set; }

Property Value

Type: Boolean
See Also