This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriNetworkAccess Constants (ArcObjects .NET 10.5 SDK) |
Network read/write access privileges.
Constant | Value | Description |
---|---|---|
esriNAReadOnly | 0 | Opens the network with read only permission. |
esriNAReadWrite | 1 | Opens the network with read and write permissions. |
esriNACreate | 2 | Creates a network. |