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


IRelationResult.FlipRelations 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.FlipRelations Method
ArcGIS Developer Help

IRelationResult.FlipRelations Method

Flips the left and right indexes of all the elements of the relation.

[Visual Basic .NET]
Public Sub FlipRelations ( _
)
[C#]
public void FlipRelations (
);
[C++]
HRESULT FlipRelations(
void
);

Product Availability

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

See Also

IRelationResult Interface