Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ArrowHead Enum not available (Read 1651 times)
rajesh_patil74
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 220
Joined: Sep 3rd, 2009
ArrowHead Enum not available
Nov 22nd, 2010 at 5:54am
Print Post  
Hi Stoyo

With new version 2.0, ArrowHead enum is not available and it seems that ArrowHeads static class is included.

With this, I am not able to write function with parameter accepting ArrowHead as a parameters.

Also, I have case statements which are no more valid where I comparired the enum.

Regards
Rajesh
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ArrowHead Enum not available
Reply #1 - Nov 22nd, 2010 at 7:23am
Print Post  
Hi Rajesh,

This change is since version 1.6. Now you should declare arrowhead parameters of type Shape. You cannot use objects as C# switch statement operands, but use Shape.Id instead.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint