GH_Format.FormatMatrix Method (GH_Matrix)

GH_FormatFormatMatrix Method (GH_Matrix)

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

Parameters

data
Type: Grasshopper.Kernel.TypesGH_Matrix

Return Value

Type: String
See Also