ObjectPropertiesPageEventArgs.GetObjects(T) Method

ObjectPropertiesPageEventArgsGetObjectsT Method

Get selected objects of a given type

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public T[] GetObjects<T>()
where T : RhinoObject
Public Function GetObjects(Of T As RhinoObject) As T()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Rhino.UI.ObjectPropertiesPageEventArgs.GetObjects``1"]

Return Value

Type: T

[Missing <returns> documentation for "M:Rhino.UI.ObjectPropertiesPageEventArgs.GetObjects``1"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also