GH_Format.FormatLine Method (GH_Line)

GH_FormatFormatLine Method (GH_Line)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatLine(
	GH_Line data
)
Public Shared Function FormatLine ( 
	data As GH_Line
) As String

Parameters

data
Type: Grasshopper.Kernel.TypesGH_Line

Return Value

Type: String
See Also