GH_Format.FormatBox Method (GH_Box)

GH_FormatFormatBox Method (GH_Box)

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

Parameters

data
Type: Grasshopper.Kernel.TypesGH_Box

Return Value

Type: String
See Also