Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Anchor Patterns (Read 2461 times)
Stuart
Junior Member
**
Offline


Short, fat and bald, that's
me.

Posts: 64
Location: Lincs, UK
Joined: Sep 5th, 2008
Anchor Patterns
Jan 13th, 2009 at 4:18pm
Print Post  
I apologize if this is a dumb question, but, say I had a form with 2 FlowChart objects on it and I executed this code ...
[code]
ap := CreateComObject(CLASS_AnchorPattern) as IAnchorPattern;
ap.AddAnchorPointF(50, 0, true, false, msCircle, 0);
ap.AddAnchorPointF(25, 0, true, false, msCircle, 0);
ap.AddAnchorPointF(75, 0, true, false, msCircle, 0);
ap.AddAnchorPointF(50, 100, false, true, msCircle, 0);
ap.PatternId := 'AMProcess';
[/code]
Which chart object would the anchor pattern be defined on?

More correctly, how do I define which flowchart object the pattern is defined for?
  

-- &&Stuart
Back to top
YIM  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Anchor Patterns
Reply #1 - Jan 13th, 2009 at 6:11pm
Print Post  
The anchor point definitions are shared between all Flowcharts in the same process.
  
Back to top
 
IP Logged
 
Stuart
Junior Member
**
Offline


Short, fat and bald, that's
me.

Posts: 64
Location: Lincs, UK
Joined: Sep 5th, 2008
Re: Anchor Patterns
Reply #2 - Jan 13th, 2009 at 6:38pm
Print Post  
Fair enough.
  

-- &&Stuart
Back to top
YIM  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint