Click or drag to resize

GH_PointReferenceIndex Method (Int32)

Sets the index of the point reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void ReferenceIndex(
	int new_index
)

Parameters

new_index
Type: SystemInt32
The index to set. This index describes the sub-object of the reference.
Remarks
If there is no reference data, this function will create a new instance.
See Also