C# Class MultivariateRenderers.SortCallBack

Inheritance: ITableSortCallBack
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
Compare ( object value1, object value2, int FieldIndex, int fieldSortIndex ) : int
SortCallBack ( int ValueIndex, int NormIndex ) : System

Method Details

Compare() public method

public Compare ( object value1, object value2, int FieldIndex, int fieldSortIndex ) : int
value1 object
value2 object
FieldIndex int
fieldSortIndex int
return int

SortCallBack() public method

public SortCallBack ( int ValueIndex, int NormIndex ) : System
ValueIndex int
NormIndex int
return System