Description:

DEPRECATED: Constructs a ContentUndoHelper object inside a using block to handle undo when modifying a RenderContent or - alternatively - create the ContentUndoHelper and explicitly call Dispose when you are done.

Syntax:
public ContentUndoHelper(
RhinoDoc doc,
String description
)
deprecated in 8.0
Parameters:
  • description
  • Type: System.String
  • Unused: Undo description (which appears in the UI when undo is run)
Available since:
6.0

Description:

Constructs a ContentUndoHelper object inside a using block to handle undo when modifying a RenderContent or - alternatively - create the ContentUndoHelper and explicitly call Dispose when you are done.

Syntax:
public ContentUndoHelper(
RhinoDoc doc
)
Available since:
8.0

ContentUndoHelper constructor

Class:  Rhino.Render.ContentUndoHelper

Nothing found