Heureka API .NET Documentation
TreatmentUnitsInteriorEdge Property



All the treatmentunits in the optimization that fullfill the criteria for having an affect on the interior edge.
Syntax
'Declaration
 
<SkipSerializationAttribute()>
Public Property TreatmentUnitsInteriorEdge As ISet(Of Guid)
'Usage
 
Dim instance As HabitatModel
Dim value As ISet(Of Guid)
 
instance.TreatmentUnitsInteriorEdge = value
 
value = instance.TreatmentUnitsInteriorEdge
[SkipSerialization()]
public ISet<Guid> TreatmentUnitsInteriorEdge {get; set;}
[SkipSerialization()]
public:
property ISet<Guid>^ TreatmentUnitsInteriorEdge {
   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