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


IStringPair Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IS > IStringPair Interface
ArcGIS Developer Help

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.

Classes that implement IStringPair

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.