Enumerates the tree.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
public void Enumerate( int level, XOrientedBoxTree..::.EnumerateCallback callback, Object args ) |
Parameters
- level
- Type: System..::.Int32
Enumeration level.
- callback
- Type: SGP.XSpace..::.XOrientedBoxTree..::.EnumerateCallback
The XOrientedBoxTree..::.EnumerateCallback call delegate.
- args
- Type: System..::.Object
Optional delegate argument.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | callback is nullNothingnullptra null reference (Nothing in Visual Basic). |