  | 
MeshOctTreeGetNodesCountInLevel Method | 
            GetNodesCountInLevel is a diagnostics method and returns the number of nodes (
MeshOctTreeNode objects) in the specified node level.
            
 Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntaxpublic int GetNodesCountInLevel(
	int nodeLevel
)
Parameters
- nodeLevel  Int32
 - node level
 
Return Value
Int32number of nodes in the specified node level
See Also