C# Class fBaseXtensions.Navigation.Clustering.ClusterCollection

Exibir arquivo Open project: herbfunk/Funky

Private Properties

Property Type Description

Public Methods

Method Description
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!

Method Details

ClusterCollection() public method

public ClusterCollection ( ClusterConditions CC, int updaterate = 200, int refreshrate = 100 ) : System
CC ClusterConditions
updaterate int
refreshrate int
return System

RefreshClusters() public method

Iterates thru the cluster list and calls the update method on each.
public RefreshClusters ( ) : void
return void

RetrieveAllUnits() public method

public RetrieveAllUnits ( ) : List
return List

UpdateClusters() public method

Updates the Cluster List!
public UpdateClusters ( ) : void
return void