CAViewer::GetZClamp
CAViewer class
Gets the upper and lower bounds for Z-coordinate values in the Graph View.
- void GetZClamp(
*double minval,
*double maxval
);
Parameters
- minval
-
A pointer to double that receives the lower bound for the Z axis.
- maxval
-
A pointer to double that receives the upper bound for the Z axis.
Return Value
None.
Remarks
See Remarks under CAViewer::SetZClamp.
See Also
CAViewer::SetZClamp