C# Class MultivariateRenderers.SortCallBack

Inheritance: ITableSortCallBack
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

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

Method Details

Compare() public méthode

public Compare ( object value1, object value2, int FieldIndex, int fieldSortIndex ) : int
value1 object
value2 object
FieldIndex int
fieldSortIndex int
Résultat int

SortCallBack() public méthode

public SortCallBack ( int ValueIndex, int NormIndex ) : System
ValueIndex int
NormIndex int
Résultat System