Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Arr.SegmentCount = 3 (Read 2250 times)
Cliven
Guest


Arr.SegmentCount = 3
Jan 9th, 2006 at 6:42am
Print Post  
Dear Sir/Madam

I'm not able to set the Arr.SegmentCount = 3 in vb.net code.

Example
Arr.Style = ArrowStyle.Cascading
'before segmentcount = 2
Arr.SegmentCount = 3
'after also = 2

It doesn't occurs any error until u try to move the table which is connected to this arrow.

Error Message
An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll

Additional information: Specified argument was out of the range of valid values.


Thank & best Regard.

Cliven Yong
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Arr.SegmentCount = 3
Reply #1 - Jan 9th, 2006 at 9:13am
Print Post  
Dear Mr. Yong ,

What are the original style and number of segment of the arrow before you change them to Cascading/3? Are there any objects attached to the arrow points or segments ? If there are some and the number of arrow points/segments is decreased, you might have to detach them and reattach them again to a point/segment with a smaller index.

Best regards,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint