Heureka API .NET Documentation
Item Property (TreatmentUnitInfoCollection)



Gets the treatment unit at the given index
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As TreatmentUnitInfo
'Usage
 
Dim instance As TreatmentUnitInfoCollection
Dim index As Integer
Dim value As TreatmentUnitInfo
 
instance.Item(index) = value
 
value = instance.Item(index)
public TreatmentUnitInfo this[ 
   int index
]; {get; set;}
public:
property TreatmentUnitInfo^ default [int] {
   TreatmentUnitInfo^ get(int index);
   void set (int index, TreatmentUnitInfo^ value);
}

Parameters

index
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

TreatmentUnitInfoCollection Class
TreatmentUnitInfoCollection Members

Send Feedback