Describes a pair of elements that belong to some spatial relation.
Syntax
[Visual Basic .NET] Public Sub New ( _ m_r1 As Integer, m_r2 As Integer )
[C#] public esriRelationPair { int m_r1, int m_r2 )
[C++]
typedef struct esriRelationPair {long m_r1;
long m_r2; } esriRelationPair;
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.