Heureka API .NET Documentation
GetPricelist Method



Syntax
'Declaration
 
Public Function GetPricelist( _
   Optional ByVal treatment As TreatmentType, _
   Optional ByVal youngStand As Boolean _
) As Pricelist
'Usage
 
Dim instance As ControlCategory
Dim treatment As TreatmentType
Dim youngStand As Boolean
Dim value As Pricelist
 
value = instance.GetPricelist(treatment, youngStand)
public Pricelist GetPricelist( 
   TreatmentType treatment,
   bool youngStand
)
public:
Pricelist^ GetPricelist( 
   TreatmentType treatment,
   bool youngStand
) 

Parameters

treatment
youngStand
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

ControlCategory Class
ControlCategory Members

Send Feedback