This page contains reference documentation for the BoundMin member. Sets or gets the minimum values on X, Y, and Z for the bounding box extents.
double[] BoundMin;
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: