Grasshopper API
GH_StructureTExpandPath Method |
Expand a path in this structure by appending an element.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

public void ExpandPath( GH_Path path, int element, GH_ExpandMode mode )
Public Sub ExpandPath ( path As GH_Path, element As Integer, mode As GH_ExpandMode )
Parameters
- path
- Type: Grasshopper.Kernel.DataGH_Path
Path to expand, if the path doesn't exist, nothing will happen. - element
- Type: SystemInt32
Element to append to the path. - mode
- Type: Grasshopper.Kernel.DataGH_ExpandMode
Expansion mode.
Implements
IGH_StructureExpandPath(GH_Path, Int32, GH_ExpandMode)