This document is archived and information here might be outdated. Recommended version. |
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 { } esriRelationPair;