SoLDMTopoOctreeGetLevelMax Method |
Returns the maximum level of the octree tile hierarchy.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax Public Function GetLevelMax As Integer
public:
int GetLevelMax()
member GetLevelMax : unit -> int
Return Value
Type:
Int32Remarks Example: If there are 3 levels in the octree, returns 2. Note: Octree must be initialized.
See Also