The XOrientedBoxTree..::.EnumerateCallback enumeration delegate for the XOrientedBoxTree tree.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public delegate void EnumerateCallback( int level, XOrientedBoxTree..::.Node node, Object args ) |
Parameters
- level
- Type: System..::.Int32
Enumeration level.
- node
- Type: SGP.XSpace..::.XOrientedBoxTree..::.Node
Current node.
- args
- Type: System..::.Object
Optional information.