This page contains reference documentation for the BoundMax member. Sets or gets the maximum values on X, Y, and Z for the bounding box extents.
double[] BoundMax;
Examples are as follows:
LOD editLOD = new LOD; double BoundRangeXMin = editLOD.BoundMin[0]; double BoundRangeXMax = editLOD.BoundMax[0]; double BoundRangeYMin = editLOD.BoundMin[1]; double BoundRangeYMax = editLOD.BoundMax[1]; double BoundRangeZMin = editLOD.BoundMin[2]; double BoundRangeZMax = editLOD.BoundMax[2];
For sample code: