NetworkAnalyst. How tio add new X,Y location

472
0
01-16-2014 09:26 PM
Bum3Bumov
New Contributor
Hi

I need to add new location (X,Y) to incidents (facilities) (Network analyst - ClosestFacilitySolver).
How to do it?

Sample in SDK is not acceptable, i don't use featureClass for initialiing locations.
IFeatureCursor featureCursor = inputFC.Search(null, true);
            classLoader.Load((ICursor)featureCursor, null, ref rowsIn, ref rowsLocated);


Location of Incidents(Facilities)  will be dynamically change
0 Kudos
0 Replies