This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Classes > N > NamedSet CoClass (ArcObjects .NET 10.4 SDK) |
A collection class with access to the items by index or name.
Interfaces | Description |
---|---|
INamedSet | Provides access to a collection of named items. |
IPersistStream (esriSystem) |
The NamedSet class is a collection of name value pairs. The name must be a string, but the value can be used to store items such as strings, numbers, dates, or even interface pointers to objects.
A NamedSet is similar to a PropertySet in that they both store a collection of objects that can be retrieved by an associated name. The difference is how the objects are accessed.