GH_ExpressionSyntaxWriter.RewriteForGraphicInterface Method (String)

GH_ExpressionSyntaxWriterRewriteForGraphicInterface Method (String)

Rewrite the expression so that tags are replaced by the complex characters that make up the esoteric operators, functions and constants. The expression should become more readable

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string RewriteForGraphicInterface(
	string expression
)
Public Shared Function RewriteForGraphicInterface ( 
	expression As String
) As String

Parameters

expression
Type: SystemString

Return Value

Type: String
See Also