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


esriRelationPair Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Structures > E > esriRelationPair Structure
ArcGIS Developer Help

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 { } esriRelationPair;

Product Availability

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