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


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

IRelationResult.SortLeft Method

Sort the set according to the left index.

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

Product Availability

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

See Also

IRelationResult Interface