Click or drag to resize

GH_DebugDescriptionWriterCreateBlock Method

Begin a new block. This will increase the depth by 1. You must call CloseBlock() if you call this function.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void CreateBlock(
	string name
)

Parameters

name
Type: SystemString
See Also