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


esriRelationPair Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

esriRelationPair Structure

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.