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


IRelationResult.SetRelationElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationResult Interface > IRelationResult.SetRelationElement Method
ArcGIS Developer Help

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