www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@mdevproject/ChildType.m

    function [Type,icnew,ic]= ChildType(~,~)
%CHILDTYPE node type of child

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



Type= 'Test Plan';
if nargout>1
   icnew=xregresload('newtestplan.bmp','bmp');
end

if nargout>2
   ic=xregresload('testplantree.bmp','bmp');
end