Geometric Network - which is more efficient method?

2164
1
05-18-2011 05:44 AM
JimKivela
New Contributor III
Hi - I have about 40,000 point features that I need to loop over and inspect the complex edges that are connected to them.  This data is in a geometric network.

Due to the amount of data I'm a little concerned about efficiency.  My first thought was to use IForwardStar like usual but I'm wondering if IGeometricNetwork::SearchForNetworkFeature would be quicker.  I will not be tracing further up the network at all, just looking at the complex edges connected to the points.

Any thoughts on this?  Thanks.
0 Kudos
1 Reply
by Anonymous User
Not applicable
Original User: kivela

FYI - in case anyone is ever interested, I ended up using IGeometricNetwork::SearchForNetworkFeature.  It works fine and the speed is pretty decent all things considered.
0 Kudos