Click or drag to resize

GH_CodeStringSegment Constructor

Initializes a new instance of the GH_CodeStringSegment class

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_CodeStringSegment(
	string nString,
	bool bIsCode
)

Parameters

nString
Type: SystemString
bIsCode
Type: SystemBoolean
See Also