GH_Path.FromString Method

GH_PathFromString Method

Try to deserialize a GH_Path from a String.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool FromString(
	string s
)
Public Function FromString ( 
	s As String
) As Boolean

Parameters

s
Type: SystemString

Return Value

Type: Boolean
See Also