Tagged Questions
5
votes
1answer
439 views
Geometric Network - Listening to network feature connection changes in the IObjectClassEvents::OnChange event
I need to be able to tell when a particular type of feature, that participates in a geometric network, is having its geometry automatically modified due to the geometric network.
What i mean is that ...
5
votes
2answers
510 views
How to identify polylines with multiple end/starting points?
I'm looking for a way to programmatically identify polyline features which do not represent a 'simple' line from A to B but instead have several starting and/or end points. These are called complex ...