tag

taggedobjects-base class for any class used to define entities in model eg: line, extrude,
entities are saved when model are saved
on other end transientobjects represents something that doesnt have tag & is not saved when part is saved, can i have example of transient objcts?

If you open the net_ref.chm file and use search or index to find the TransientObject class documentation; it will list all of the object types that inherit from the TransientObject class. Some examples include:

  • ArcComponent
  • DatumData
  • WaveQuery
  • TransientText

thanks again