Click or drag to resize

ObjectPropertiesPageRunScript Method (RhinoDoc, RhinoObject)

Note: This API is now obsolete.

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
[ObsoleteAttribute("RunScript(RhinoDoc doc, RhinoObject[] objectList) is obsolete, override RunScript(ObjectPropertiesPageEventArgs e) instead")]
public virtual Result RunScript(
	RhinoDoc doc,
	RhinoObject[] objectList
)

Parameters

doc
Type: RhinoRhinoDoc
Active RhinoDoc
objectList
Type: Rhino.DocObjectsRhinoObject
List of objects selected by the Properties command.

Return Value

Type: Result

[Missing <returns> documentation for "M:Rhino.UI.ObjectPropertiesPage.RunScript(Rhino.RhinoDoc,Rhino.DocObjects.RhinoObject[])"]

See Also