SetBounds method
Sets all the values of the data object with the specified bounds.
Syntax
object.SetBounds(xmin, xmax, ymin, ymax, zmin, zmax, tmin, tmax);
Parameters
xmin [in]
Type: TYPEMinimum x value.
xmax [in]
Type: TYPEMaximum x value.
ymin [in]
Type: TYPEMinimum y value.
ymax [in]
Type: TYPEMaximum y value.
zmin [in]
Type: TYPEMinimum z value.
zmax [in]
Type: TYPEMaximum z value.
tmin [in]
Type: TYPEMinimum t value.
tmax [in]
Type: TYPEMaximum t value.
Return value
This method does not return a value.