Heureka API .NET Documentation
ApplyOnlyToHabitatScore1 Property



Interior edge should only be considered for habitat score 1 In the only model that is currently using interior edge (Alecoria S.), this is actually the difference between habitat score 1 and 0.5
Syntax
'Declaration
 
Public Property ApplyOnlyToHabitatScore1 As Boolean
'Usage
 
Dim instance As ReductionFactorInteriorEdge
Dim value As Boolean
 
instance.ApplyOnlyToHabitatScore1 = value
 
value = instance.ApplyOnlyToHabitatScore1
public bool ApplyOnlyToHabitatScore1 {get; set;}
public:
property bool ApplyOnlyToHabitatScore1 {
   bool get();
   void set (    bool 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

ReductionFactorInteriorEdge Class
ReductionFactorInteriorEdge Members

Send Feedback