Enumerates the tree.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
public void Enumerate( int fromLevel, int toLevel, XOrientedBoxTree..::.EnumerateCallback callback, Object args ) |
Parameters
- fromLevel
- Type: System..::.Int32
Start level.
- toLevel
- Type: System..::.Int32
End 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). |