Book a Demo

Author Topic: property set for Array-Property  (Read 2009 times)

Oliver Lippert

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • Hobby Blogger moving up to hobby hoster...
    • View Profile
property set for Array-Property
« on: December 09, 2010, 08:01:22 pm »
Hey there,
this is my first Post, so be nice to me please ;)

I got the following situation:
Two month ago I joined a new Project for my Boss (so I'am writing non-privat) and now I started up to design a Class-Diagram for this Project to get more and more involved to the Code. Its arround an relly big MS-Excel-AddIn.

Be sure, normally the company I'am working for is designing some Diagramms, but not in this project... So I have to fix this :)

The point: There is an Class wich has three Array-Member ((1 to 2), (1 to 2) and (45, 2)), so two arrays with each two fields an one two-dimensional array, 45 fields with each 2 fields.

Designing the "get property" is no problem, so I can specify "return array" for it, but the setter needs to recieve (in this case) an Double, instead of an Double(). How can I get this fixed?

Help would be really nice ^^ Thanks to all readers