Error: Build Network Analyst

3493
0
04-06-2015 06:51 AM
VitorFortunato
New Contributor II

Hi,

I'm developing an application that uses the network analyst tool. My Network Analyst consists of a road feature that is updated with C# application. The problem is when edit the feature and after build on network it is not updated.

In C# application I open the edit session with the command below.

GISCAFExtension.pEditor = (IEditor)GISCAFExtension.ESRIApplication.FindExtensionByName("esriEditor.Editor");

IEditProperties3 pEditProperties = GISCAFExtension.pEditor as IEditProperties3;

pEditProperties.MultiuserEditSessionMode = esriMultiuserEditSessionMode.esriMESMVersioned

GISCAFExtension.pEditor.StartEditing(ws as IWorkspace);

Network Analyst and the feature are in a versioned dataset.

The feature is updated but not the network analyst. I tried to execute compress but still did not work.

Any Suggestions? Thanks.

0 Kudos
0 Replies