Heureka API .NET Documentation
UnloadTreatmentUnits Method



Unloads all treatment units, selected units and unit infos, making them subject to garbage collection, unless referenced from other objects. Treatment Units will be loaded again from the database if the TreatmentUnits property of the Area is called.
Syntax
'Declaration
 
Public Sub UnloadTreatmentUnits() 
'Usage
 
Dim instance As Area
 
instance.UnloadTreatmentUnits()
public void UnloadTreatmentUnits()
public:
void UnloadTreatmentUnits(); 
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