Book a Demo

Author Topic: t_package.PackageFlags  (Read 2654 times)

Thomas Mercer-Hursh

  • EA User
  • **
  • Posts: 386
  • Karma: +0/-0
  • Computing Integrity
    • View Profile
t_package.PackageFlags
« on: December 18, 2007, 04:25:56 pm »
Anyone got a clue what this column is used for.  I am seeing mostly blank but some that look like:

isModel=1;VICON=3;CRC=0;

isModel seems to apply to those things which come from starting with a Model when beginning a project, e.g., Data Model, User Interface Model, etc.
« Last Edit: December 19, 2007, 10:03:07 am by tamhas »

thomaskilian

  • Guest
Re: t_pacage.PackageFlags
« Reply #1 on: December 19, 2007, 12:30:28 am »
My guess: isModel is to decide between Root, View and Package. The View has different Icons, so VICON will likely determine that. CRC - no idea.