Bug on Lines properties in Activity class

  • 16 March 2007
  • 1 reply
  • 0 views

Badge +1
Is there a bug in the Activity class regarding StarLines and FinishLines. According to the documentation the StartLines should be the line objects leadning into the activity and FinishLines the ones leading out, however it seems to be the other way around.

Also, the FinishLineInstance property of the ActivityInstance only gives you 1 instance of a line leading into the activity, however documentation says that the property should give you Lines going out of the activity

1 reply

Badge +11
No, the documentation of K2Studio object states:
FinishLines: Lines objects that Finish ON the K2Studio.Activity i.e. into Activity; and
StartLines: Lines objects that start FROM the K2Studio.Activity i.e. out of Activity.

I saw the KO object's documentation is wrong.

As for the FinishLineInstance property - I think it's the same problem in the documentation.

Regards,
Ockert

Reply