Grasshopper API
GH_Path Constructor (GH_Path) |
Creates an exact copy of another path.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

Parameters
- Other
- Type: Grasshopper.Kernel.DataGH_Path
Path to copy, cannot be null.

Exception | Condition |
---|---|
ArgumentNullException | Thrown if Other is a null reference |
