<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Analyze Connectivity Between Process Flows</title>
	<atom:link href="http://www.visguy.com/2009/04/22/analyze-connectivity-between-process-flows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2009/04/22/analyze-connectivity-between-process-flows/</link>
	<description>Shapes, Stencils, Drawings Templates, Tutorials, Tips &#38; Developer Info for Microsoft Visio</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:20:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Scott Helmers</title>
		<link>http://www.visguy.com/2009/04/22/analyze-connectivity-between-process-flows/comment-page-1/#comment-22616</link>
		<dc:creator>Scott Helmers</dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2553#comment-22616</guid>
		<description>A belated thanks for this David. Earlier today I devised a technique for doing the same thing by using the HitTest method:
&lt;blockquote&gt; 
Set shpAtEnd = cnx(1).ToSheet
&#039; use HitTest to determine whether Begin end of connector
&#039; is outside shpAtEnd
x = shpAtEnd.HitTest(shpTaskLink.Cells(&quot;BeginX&quot;), _
    shpTaskLink.Cells(&quot;BeginY&quot;), 0.01)

If x = visHitOutside Then
    &#039; do stuff
Else
    &#039; do other stuff
End If
&lt;/blockquote&gt;

Then I had a vague recollection of seeing something about this here and 
&lt;blockquote&gt;
If cnx(1).FromPart = visBegin Then ...
&lt;/blockquote&gt;
is much cleaner!</description>
		<content:encoded><![CDATA[<p>A belated thanks for this David. Earlier today I devised a technique for doing the same thing by using the HitTest method:</p>
<blockquote><p>
Set shpAtEnd = cnx(1).ToSheet<br />
&#8216; use HitTest to determine whether Begin end of connector<br />
&#8216; is outside shpAtEnd<br />
x = shpAtEnd.HitTest(shpTaskLink.Cells(&#8220;BeginX&#8221;), _<br />
    shpTaskLink.Cells(&#8220;BeginY&#8221;), 0.01)</p>
<p>If x = visHitOutside Then<br />
    &#8216; do stuff<br />
Else<br />
    &#8216; do other stuff<br />
End If
</p></blockquote>
<p>Then I had a vague recollection of seeing something about this here and </p>
<blockquote><p>
If cnx(1).FromPart = visBegin Then &#8230;
</p></blockquote>
<p>is much cleaner!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/12 queries in 0.005 seconds using disk: basic
Object Caching 323/327 objects using disk: basic
Content Delivery Network via N/A

Served from: www.visguy.com @ 2012-02-12 08:34:24 -->
