ObjectPropertiesPage.ModifyPage Method

ObjectPropertiesPageModifyPage Method

Call this method when the page is ready to modify the selected objects list. Rhino will suspend UpdatePageNotfictaion, call the passed action then restore UpdatePageNotfictaion.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void ModifyPage(
	Action<ObjectPropertiesPageEventArgs> callbackAction
)
Public Sub ModifyPage ( 
	callbackAction As Action(Of ObjectPropertiesPageEventArgs)
)

Parameters

callbackAction
Type: SystemActionObjectPropertiesPageEventArgs
Called when it is safe to modify objects.
Version Information

Rhino for Windows

Supported in: 6.8
See Also