RenderContent.ChangeContexts Enumeration

RenderContentChangeContexts Enumeration

Context of a change to content parameters.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public enum ChangeContexts
Public Enumeration ChangeContexts
Members
  Member nameValueDescription
UI0 Change occurred as a result of user activity in the content's UI.
Drop1 Change occurred as a result of drag and drop.
Program2 Change occurred as a result of internal program activity.
Ignore3 Change can be disregarded.
Tree4 Change occurred within the content tree (e.g., nodes reordered).
Undo5 Change occurred as a result of an undo.
FieldInit6 Change occurred as a result of a field initialization.
Serialize7 Change occurred during serialization (loading).
See Also