GH_Format.Create Method (String, GH_Style)

GH_FormatCreate Method (String, GH_Style)

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Format Create(
	string content,
	GH_Style style
)
Public Shared Function Create ( 
	content As String,
	style As GH_Style
) As GH_Format

Parameters

content
Type: SystemString
style
Type: Grasshopper.DocumentationGH_Style

Return Value

Type: GH_Format
See Also