function value = getInLinearizationPath(this)
% GETINLINEARIZATIONPATH Get the InLinearizationPath property

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

value = this.InLinearizationPath;
