ArcObjects Library Reference (Geometry)  

IRelationResult.SetRelationElement Method

The ith element of the relation. The indexes refer to elements of the left and right operand geometry bags.

[Visual Basic .NET]
Public Sub SetRelationElement ( _
    ByVal i As Integer, _
    ByVal left As Integer, _
    ByVal right As Integer _
)
[C#]
public void SetRelationElement (
    int i,
    int left,
    int right
);
[C++]
HRESULT SetRelationElement(
  long i,
  long left,
  long right
);
[C++]

Parameters

i   i is a parameter of type long left   left is a parameter of type long right   right is a parameter of type long

Product Availability

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

See Also

IRelationResult Interface