Heureka API .NET Documentation
GetControlCategoryForTreatmentUnit Method (ICategoryConfig)



Get the control category assigned to a specific treatment unit guid
Syntax
'Declaration
 
Function GetControlCategoryForTreatmentUnit( _
   ByVal treatmentUnitGuid As Guid, _
   ByVal period As Integer _
) As IControlCategory
'Usage
 
Dim instance As ICategoryConfig
Dim treatmentUnitGuid As Guid
Dim period As Integer
Dim value As IControlCategory
 
value = instance.GetControlCategoryForTreatmentUnit(treatmentUnitGuid, period)
IControlCategory GetControlCategoryForTreatmentUnit( 
   Guid treatmentUnitGuid,
   int period
)
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

ICategoryConfig Interface
ICategoryConfig Members

Send Feedback