Heureka API .NET Documentation
DatabaseOrigin Property



Gets or sets if origin of tree is from database (ie prior to start om simulation)
Syntax
'Declaration
 
Public Property DatabaseOrigin As Boolean
'Usage
 
Dim instance As Tree
Dim value As Boolean
 
instance.DatabaseOrigin = value
 
value = instance.DatabaseOrigin
public bool DatabaseOrigin {get; set;}
public:
property bool DatabaseOrigin {
   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

Tree Class
Tree Members

Send Feedback