Click or drag to resize

Tracing.DebugLogBeginBlock Method

Start a new block in the debug data. You must end all your own blocks. This function will only work if the Grasshopper window exists. This method is threadsafe.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void DebugLogBeginBlock(
	string name
)

Parameters

name
Type: System.String
Name of block
See Also