NetworkLoader feature class checker return codes.
Constant |
Value |
Description |
esriNLFCCValid |
0 |
The given feature class can participate in a network. |
esriNLFCCCannotOpen |
-1 |
The given feature class cannot be opened. |
esriNLFCCInAnotherNetwork |
-2 |
The given feature class is already in another network. |
esriNLFCCInvalidFeatureType |
-3 |
The given feature class has invalid type. |
esriNLFCCInvalidShapeType |
-4 |
The given feature class does not have point or line geometry. |
esriNLFCCRegisteredAsVersioned |
-5 |
The given feature class is registered as versioned. |
esriNLFCCInTopology |
-6 |
The given feature class is in a topology. |
esriNLFCCIsCompressedReadOnly |
-7 |
The given feature class is compressed read-only. |
esriNLFCCInTerrain |
-8 |
The given feature class is in a terrain. |
esriNLFCCIsChangeTracked |
-9 |
The given feature class is change tracked . |
esriNLFCCUnknownError |
-255 |
An unknown error was encountered. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
.NET Related Topics
Creating geometric networks within a geodatabase