Heureka API .NET Documentation
HandleMissingDataAsOpenLand Property



If missing data is considered to be opend land and there for affecting habitat score
Syntax
'Declaration
 
Public Property HandleMissingDataAsOpenLand As Boolean
'Usage
 
Dim instance As ReductionFactorInteriorEdge
Dim value As Boolean
 
instance.HandleMissingDataAsOpenLand = value
 
value = instance.HandleMissingDataAsOpenLand
public bool HandleMissingDataAsOpenLand {get; set;}
public:
property bool HandleMissingDataAsOpenLand {
   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