Slu.Heureka.DomainLayer.HabitatModel.Models Namespace > HabitatModel Class > RunModel Method : RunModel(String,String,Boolean,HeurekaRaster,Func<Boolean>) Method |
'Declaration
Public Overloads Function RunModel( _ ByVal treatmentUnitColumneName As String, _ ByVal habScoreColumnName As String, _ ByVal sameCellSize As Boolean, _ ByVal initHabScoreRaster As HeurekaRaster, _ Optional ByVal cancelCheck As Func(Of Boolean) _ ) As HeurekaRaster
'Usage
Dim instance As HabitatModel Dim treatmentUnitColumneName As String Dim habScoreColumnName As String Dim sameCellSize As Boolean Dim initHabScoreRaster As HeurekaRaster Dim cancelCheck As Func(Of Boolean) Dim value As HeurekaRaster value = instance.RunModel(treatmentUnitColumneName, habScoreColumnName, sameCellSize, initHabScoreRaster, cancelCheck)
public HeurekaRaster RunModel( string treatmentUnitColumneName, string habScoreColumnName, bool sameCellSize, HeurekaRaster initHabScoreRaster, Func<bool> cancelCheck )
public: HeurekaRaster^ RunModel( String^ treatmentUnitColumneName, String^ habScoreColumnName, bool sameCellSize, HeurekaRaster^ initHabScoreRaster, Func<bool>^ cancelCheck )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2