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; }
Public Property NewLocation As Boolean
Get
Set
Property Value
Type:
BooleanSee Also