Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.