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


IStringPair Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

IStringPair Interface

Provides access to an ordered pair of strings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property FirstString The first string in the pair.
Read/write property SecondString The second string in the pair.

CoClasses that implement IStringPair

CoClasses and Classes Description
StringPair A container for specifying an ordered pair of strings.

Remarks

The StringPair is a set of strings and is currently used with the INetworkBuilder2::AddWeightToNetwork method in which the first string represents the class name, the second the field name.