GH_Path.InternalPath Property

GH_PathInternalPath Property

Note: This API is now obsolete.

Gets or sets the entire index space; the path that identifies an element in structure space. You should not change the index space when the path is used inside a structure since it will invalidate the sort order. If you don't know what you're doing, for Pete's sake don't touch this.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[ObsoleteAttribute("This property has been replaced by the Indices property")]
public int[] InternalPath { get; set; }
<ObsoleteAttribute("This property has been replaced by the Indices property")>
Public Property InternalPath As Integer()
	Get
	Set

Property Value

Type: Int32

[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_Path.InternalPath"]

See Also