DocumentOrFreeFloatingBase.BeginChange Method

DocumentOrFreeFloatingBaseBeginChange Method

Call this function before making any change to this object (calling a setter) otherwise undo will not work correctly. Calls to BeginChange must be paired with a call to EndChange.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void BeginChange(
	RenderContentChangeContexts cc
)
Public Sub BeginChange ( 
	cc As RenderContentChangeContexts
)

Parameters

cc
Type: Rhino.RenderRenderContentChangeContexts
Change context
See Also