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

    function bGEStatus = getGraphError(obj)
%GETGRAPHERROR Return setting of error display on graphs
%
%  DISPERROR = GETGRAPHERROR(OBJ) returns true if the display of errors on
%  graphs is turned on for this object, false otherwise.

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


bGEStatus = obj.GraphDisplayError;