ComponentIndex Constructor

ComponentIndex Constructor

Construct component index with a specific type/index combination

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ComponentIndex(
	ComponentIndexType type,
	int index
)
Public Sub New ( 
	type As ComponentIndexType,
	index As Integer
)

Parameters

type
Type: Rhino.GeometryComponentIndexType

[Missing <param name="type"/> documentation for "M:Rhino.Geometry.ComponentIndex.#ctor(Rhino.Geometry.ComponentIndexType,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.Geometry.ComponentIndex.#ctor(Rhino.Geometry.ComponentIndexType,System.Int32)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also