Heureka API .NET Documentation
IsTreatmentUnitsLoaded Method



Determines whether treatment units are loaded from the database for this area or not
Syntax
'Declaration
 
Public Function IsTreatmentUnitsLoaded() As Boolean
'Usage
 
Dim instance As Area
Dim value As Boolean
 
value = instance.IsTreatmentUnitsLoaded()
public bool IsTreatmentUnitsLoaded()
public:
bool IsTreatmentUnitsLoaded(); 

Return Value

True if treatment units are loaded, 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

Area Class
Area Members

Send Feedback