C# Класс fBaseXtensions.Navigation.Clustering.ClusterCollection

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ClusterCollection ( ClusterConditions CC, int updaterate = 200, int refreshrate = 100 ) : System
RefreshClusters ( ) : void

Iterates thru the cluster list and calls the update method on each.

RetrieveAllUnits ( ) : List
UpdateClusters ( ) : void

Updates the Cluster List!

Описание методов

ClusterCollection() публичный Метод

public ClusterCollection ( ClusterConditions CC, int updaterate = 200, int refreshrate = 100 ) : System
CC ClusterConditions
updaterate int
refreshrate int
Результат System

RefreshClusters() публичный Метод

Iterates thru the cluster list and calls the update method on each.
public RefreshClusters ( ) : void
Результат void

RetrieveAllUnits() публичный Метод

public RetrieveAllUnits ( ) : List
Результат List

UpdateClusters() публичный Метод

Updates the Cluster List!
public UpdateClusters ( ) : void
Результат void