Click or drag to resize

ObjectAttributesIsInGroup Method

Determines if an object belong to a group or not.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.11
Syntax
public bool IsInGroup(
	int groupIndex
)

Parameters

groupIndex
Type: SystemInt32
The index that will be tested.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.ObjectAttributes.IsInGroup(System.Int32)"]

See Also