Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

@LOCAL  is used to define that a value is unique for the current level. Without this attribute, if possible, the specific object or parameters is saved on the top (Solution) level and can be accessed (inherited) from any object in the Solution or Dataset. Use the attribute to avoid this behaviour. 

Syntax

Place 

...

Remarks

  • Objects introduced by Object functions such as for example Ship(@Decks,@Bulkheads) will automatically be provided with the  @LOCAL  attribute.
  • Objects in product and function hierarchies obviously need to be  @LOCAL  in order to form this hierarchy.

...