GH_Format.FormatCircle Method (GH_Circle)

GH_FormatFormatCircle Method (GH_Circle)

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

Parameters

data
Type: Grasshopper.Kernel.TypesGH_Circle

Return Value

Type: String
See Also