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
)
Public Sub CreateBlock (
name As String
)
Parameters
- name
- Type: SystemString
See Also