Touchstone Re 2023 API Reference
LimitAtDamage Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > StepFunctionDetail Class : LimitAtDamage Property
Contains one of the following codes that indicates whether the payout is limited by the actual ground-up loss:
Code Description
0 Do not payout limit at damage.
1 Limit at damage (payout is limited by the actual ground-up loss).
Syntax
Public Property LimitAtDamage As Boolean
Dim instance As StepFunctionDetail
Dim value As Boolean
 
instance.LimitAtDamage = value
 
value = instance.LimitAtDamage
public bool LimitAtDamage {get; set;}
Remarks
This property is now used for each step in the Step Function, rather than the whole step.
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

StepFunctionDetail Class
StepFunctionDetail Members