GH_Structure(T).Paths Property

GH_StructureTPaths Property

Gets a list of all the paths in this structure.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IList<GH_Path> Paths { get; }
Public ReadOnly Property Paths As IList(Of GH_Path)
	Get

Property Value

Type: IListGH_Path

[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_Structure`1.Paths"]

Implements

IGH_StructurePaths
See Also