This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Structures > E > esriRelationPair Structure (ArcObjects .NET 10.5 SDK) |
Describes a pair of elements that belong to some spatial relation.
[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;