Click or drag to resize

ContentUndoHelperTweakContent Method

Call this before tweaking a single content parameter. Undo will cause the parameter to be restored.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool TweakContent(
	RenderContent content,
	string parameterName
)

Parameters

content
Type: Rhino.RenderRenderContent
The render content
parameterName
Type: SystemString
The parameter name you are about to change.

Return Value

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