Click or drag to resize

ContentUndoHelperModifyContent Method

Call this before modifying or deleting a content. Undo will cause the content to be restored.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool ModifyContent(
	RenderContent content
)

Parameters

content
Type: Rhino.RenderRenderContent
Content you are about to modify.

Return Value

Type: Boolean
true if the content was modified.
See Also