Touchstone Re 2023 API Reference
ScaleFactor Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > StepFunctionDetail Class : ScaleFactor Property
Contains the percentage factor used to scale calculated losses.
Syntax
Public Property ScaleFactor As Single
Dim instance As StepFunctionDetail
Dim value As Single
 
instance.ScaleFactor = value
 
value = instance.ScaleFactor
public float ScaleFactor {get; set;}
Remarks
Enter the appropriate percentage as a decimal, for example, 0.12 for "12%."

This property is now used for each step in the Step Function, rather than the whole step.

The default value is 1.

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