GH_Format.FormatMatrix Method (Matrix)

GH_FormatFormatMatrix Method (Matrix)

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

Parameters

data
Type: Matrix

Return Value

Type: String
See Also