ObjectPropertiesPage.AnySelectedObject(T) Method (Boolean)

ObjectPropertiesPageAnySelectedObjectT Method (Boolean)

Return true if any of the selected objects match the given type

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool AnySelectedObject<T>(
	bool allMustMatch
)
where T : RhinoObject
Public Function AnySelectedObject(Of T As RhinoObject) ( 
	allMustMatch As Boolean
) As Boolean

Parameters

allMustMatch
Type: SystemBoolean
If true then every selected object must match the object type otherwise; only a single object has to be of the specified type

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Rhino.UI.ObjectPropertiesPage.AnySelectedObject``1(System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.UI.ObjectPropertiesPage.AnySelectedObject``1(System.Boolean)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also