This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Constants > E > esriNALocationEditType Constants (ArcObjects .NET 10.4 SDK) |
Types of network analysis location edit options.
Constant | Value | Description |
---|---|---|
esriNALocationEditNone | 0 | The message is not of a specific type. |
esriNALocationEditInteractiveAdd | 1 | The location is added interactively. |
esriNALocationEditInteractiveMove | 2 | The location is moved interactively. |
esriNALocationEditBatchAddByGeometry | 4 | The locations are loaded by geometry. |
esriNALocationEditBatchAddByLocationFields | 8 | The locations are loaded by location fields. |
esriNALocationEditRecalculateByGeometry | 16 | The locations are recalculated by geometry. |
esriNALocationEditType specifies the ways that the network location feature is edited.
This enumeration is used when you want to specify at what times you want to snap the network location to its position on the network dataset.