Heureka API .NET Documentation
TreatmentUnitsHabScore05 Property



All the treatmentunits that fullfill the criteria for habscore 0.5
Syntax
'Declaration
 
<SkipSerializationAttribute()>
Public Property TreatmentUnitsHabScore05 As ISet(Of Guid)
'Usage
 
Dim instance As HabitatModel
Dim value As ISet(Of Guid)
 
instance.TreatmentUnitsHabScore05 = value
 
value = instance.TreatmentUnitsHabScore05
[SkipSerialization()]
public ISet<Guid> TreatmentUnitsHabScore05 {get; set;}
[SkipSerialization()]
public:
property ISet<Guid>^ TreatmentUnitsHabScore05 {
   ISet<Guid>^ get();
   void set (    ISet<Guid>^ value);
}
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

HabitatModel Class
HabitatModel Members

Send Feedback