Heureka API .NET Documentation
GetControlCategoryForTreatmentUnit Method (CategoryConfig)



Syntax
'Declaration
 
Public Function GetControlCategoryForTreatmentUnit( _
   ByVal treatmentUnitGuid As Guid, _
   ByVal period As Integer _
) As IControlCategory
'Usage
 
Dim instance As CategoryConfig
Dim treatmentUnitGuid As Guid
Dim period As Integer
Dim value As IControlCategory
 
value = instance.GetControlCategoryForTreatmentUnit(treatmentUnitGuid, period)
public IControlCategory GetControlCategoryForTreatmentUnit( 
   Guid treatmentUnitGuid,
   int period
)
public:
IControlCategory^ GetControlCategoryForTreatmentUnit( 
   Guid treatmentUnitGuid,
   int period
) 

Parameters

treatmentUnitGuid
period
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

CategoryConfig Class
CategoryConfig Members

Send Feedback