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


IDataSortSeriesProperties.RemoveSortingField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataSortSeriesProperties Interface > IDataSortSeriesProperties.RemoveSortingField Method
ArcGIS Developer Help

IDataSortSeriesProperties.RemoveSortingField Method

Remove the sorting field.

[Visual Basic .NET]
Public Sub RemoveSortingField ( _
    ByVal idx As Integer _
)
[C#]
public void RemoveSortingField (
    int idx
);
[C++]
HRESULT RemoveSortingField(
  long idx
);
[C++]
Parameters
idx [in]

idx is a parameter of type long

Product Availability

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

See Also

IDataSortSeriesProperties Interface