Book a Demo

Author Topic: getting partition color  (Read 2865 times)

ami

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
getting partition color
« on: February 08, 2011, 05:17:46 pm »
Hi,
 
in order to set partition color Im using the
Element.SetAppearance(1, 0, COLORREF(selectedColor));
my question is how can I retrieve the presented color?
do I have such as get proprety?
 
thanks -
Ami.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: getting partition color
« Reply #1 on: February 08, 2011, 06:23:28 pm »
Probably in the Element.StyleEx or DiagramObject.Style attributes.

Geert