ArcObjects Library Reference (Geometry)  

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