Heureka API .NET Documentation
RunModel Method (IHabitatModel)



Syntax
'Declaration
 
Function RunModel( _
   ByVal featureSet As DotSpatial.Data.IFeatureSet, _
   ByVal treatmentUnitsHabScore1 As ISet(Of Guid), _
   ByVal TreatmentUnitsHabScore05 As ISet(Of Guid), _
   Optional ByVal TreatmentUnitsInteriorEdge As ISet(Of Guid) _
) As HeurekaRaster
'Usage
 
Dim instance As IHabitatModel
Dim featureSet As DotSpatial.Data.IFeatureSet
Dim treatmentUnitsHabScore1 As ISet(Of Guid)
Dim TreatmentUnitsHabScore05 As ISet(Of Guid)
Dim TreatmentUnitsInteriorEdge As ISet(Of Guid)
Dim value As HeurekaRaster
 
value = instance.RunModel(featureSet, treatmentUnitsHabScore1, TreatmentUnitsHabScore05, TreatmentUnitsInteriorEdge)

Parameters

featureSet
treatmentUnitsHabScore1
TreatmentUnitsHabScore05
TreatmentUnitsInteriorEdge
Requirements

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

See Also

Reference

IHabitatModel Interface
IHabitatModel Members

Send Feedback