Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > SDL script extensions for TDK > %istemporary operator (SDL script)
  
%istemporary operator (SDL script)
This topic applies to TDK SDL script extensions. For more information, see Overview of SDL script extensions for TDK (SDL script).
SDL Script Extensions for TDK:
%object O
O = %current
%if %istemporary O %then
%message "O is a temporary object"
%else
%message "O is an user model object"
%endif
%istemporary returns a logical true value if the subject is a temporary object or a generator model object.