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:
BooleanSee Also