GH_PointReferenceIndex Method (Int32) |
Sets the index of the point reference data.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void ReferenceIndex(
int new_index
)
Public Sub ReferenceIndex (
new_index As Integer
)
Parameters
- new_index
- Type: SystemInt32
The index to set. This index describes the sub-object of the reference.
RemarksIf there is no reference data, this function will create a new instance.
See Also