ObjectPropertiesPageEventArgs.GetObjects Method (ObjectType)

ObjectPropertiesPageEventArgsGetObjects Method (ObjectType)

Get selected objects that match a given filter

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RhinoObject[] GetObjects(
	ObjectType filter
)
Public Function GetObjects ( 
	filter As ObjectType
) As RhinoObject()

Parameters

filter
Type: Rhino.DocObjectsObjectType

[Missing <param name="filter"/> documentation for "M:Rhino.UI.ObjectPropertiesPageEventArgs.GetObjects(Rhino.DocObjects.ObjectType)"]

Return Value

Type: RhinoObject

[Missing <returns> documentation for "M:Rhino.UI.ObjectPropertiesPageEventArgs.GetObjects(Rhino.DocObjects.ObjectType)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also