Book a Demo

Author Topic: How to create a new element of Archimate2 Profile  (Read 4032 times)

whitehouse

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
How to create a new element of Archimate2 Profile
« on: June 17, 2014, 07:38:12 pm »
Hello everyone,

I tried to create a new Archimate2 grouping element as following

EA.Package package;
EA.Element element = package.Elements.AddNew("", "ArchiMate_Grouping");

But actually, it created ArchiMate_Grouping from Archimate profile (version 1.0)

Any suggestion is welcome

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to create a new element of Archimate2 Prof
« Reply #1 on: June 17, 2014, 11:21:13 pm »
Check you Tools/MDG settings and tick only that Archimate version you want.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: How to create a new element of Archimate2 Prof
« Reply #2 on: June 18, 2014, 08:58:08 am »
Qualify the metatype with the profile name.