Touchstone Re 2023 API Reference
BuildingContentStartTrigger Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > StepFunctionDetail Class : BuildingContentStartTrigger Property
Contains the beginning of the combined building and contents (Coverages A and C) damage range over which the corresponding payout(s) should be made.
Syntax
Public Property BuildingContentStartTrigger As Nullable(Of Double)
Dim instance As StepFunctionDetail
Dim value As Nullable(Of Double)
 
instance.BuildingContentStartTrigger = value
 
value = instance.BuildingContentStartTrigger
public Nullable<double> BuildingContentStartTrigger {get; set;}
Remarks
If the Trigger Type for the corresponding Step Function is "Building+Contents" (3), specify a monetary value or a percentage of the combined building and contents damage (as a decimal greater than or equal to 0 and less than or equal to 1), for example, 0.12 for "12%." For all other trigger types, this property is not applicable.

By default, the combined building and contents trigger starting value is set to 0.

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