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
)
Public Shared Sub DebugLogBeginBlock (
name As String
)
Parameters
- name
- Type: SystemString
Name of block
See Also