Heureka API .NET Documentation
AllTreatmentUnitInfos Property



Treatment units infos in this area and all children of this area.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property AllTreatmentUnitInfos As TreatmentUnitInfoCollection
'Usage
 
Dim instance As Area
Dim value As TreatmentUnitInfoCollection
 
value = instance.AllTreatmentUnitInfos
[Browsable(false)]
public TreatmentUnitInfoCollection AllTreatmentUnitInfos {get;}
[Browsable(false)]
public:
property TreatmentUnitInfoCollection^ AllTreatmentUnitInfos {
   TreatmentUnitInfoCollection^ get();
}
Remarks
Reads all treatment unit infos from database
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