This document is archived and information here might be outdated.  Recommended version.


esriNetworkLoaderFeatureClassCheck Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Constants > E > esriNetworkLoaderFeatureClassCheck Constants
ArcGIS Developer Help

esriNetworkLoaderFeatureClassCheck Constants

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.