Heureka API .NET Documentation
IsTypeOf(TreeType) Method



TreeType to match (bit flag). If before not supplied, both before and after treatment is checked and if either of them has TreeType t then returns true (for CurrentPeriod)
Checks if the tree is of TreeType. TreeType to match (bit flag). If before not supplied, both before and after treatment is checked and if either of them has TreeType t then returns true (for CurrentPeriod)
Syntax
'Declaration
 
Public Overloads Function IsTypeOf( _
   ByVal t As TreeType _
) As Boolean
'Usage
 
Dim instance As Tree
Dim t As TreeType
Dim value As Boolean
 
value = instance.IsTypeOf(t)
public bool IsTypeOf( 
   TreeType t
)
public:
bool IsTypeOf( 
   TreeType t
) 

Parameters

t
TreeType to match (bit flag). If before not supplied, both before and after treatment is checked and if either of them has TreeType t then returns true (for CurrentPeriod)

Return Value

True if the tree is an overstorey tree, false otherwise.
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

Tree Class
Tree Members
Overload List

Send Feedback