function name = getFullName(this)
% GETFULLANAME Get the full name of the block

%   Author(s): John Glass
%   Copyright 1986-2004 The MathWorks, Inc. 
%   $Revision: 1.1.8.1 $ $Date: 2004/02/06 00:35:55 $

name = this.FullBlockName;
