www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffnode/getZoomConstraints.m

    function bConStatus = getZoomConstraints(obj)
%getZoomConstraints Return setting of constraints zoom on graphs
%
%  getZoomConstraints(OBJ) returns true if the zoom of  constraints on
%  graphs is turned on for this object, false otherwise.

%  Copyright 2000-2013 The MathWorks, Inc. and Ford Global Technologies, Inc.

bConStatus = obj.GraphZoomConstraints;