ObjectPropertiesPage.RunScript Method (ObjectPropertiesPageEventArgs)

ObjectPropertiesPageRunScript Method (ObjectPropertiesPageEventArgs)

This method is called when scripting the Rhino Properties command and choosing this page.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual Result RunScript(
	ObjectPropertiesPageEventArgs e
)
Public Overridable Function RunScript ( 
	e As ObjectPropertiesPageEventArgs
) As Result

Parameters

e
Type: Rhino.UIObjectPropertiesPageEventArgs
Provides access to the selected object list and document.

Return Value

Type: Result

[Missing <returns> documentation for "M:Rhino.UI.ObjectPropertiesPage.RunScript(Rhino.UI.ObjectPropertiesPageEventArgs)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also