Click or drag to resize

TracingDebugLogBeginBlock 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: SystemString
Name of block
See Also