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


IStringPair Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IS > IStringPair Interface (ArcObjects .NET 10.6 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

Name Description
Read-only property FirstString The first string in the pair.
Write-only property FirstString The first string in the pair.
Read-only property SecondString The second string in the pair.
Write-only 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.