Touchstone 11.0 API Reference
DamageFileNames Property


Air.Services.Proxy Assembly > AIR.InformationModel.ModelBuilder Namespace > VulnerabilityModificationsDamageFiles Class : DamageFileNames Property
Contains a set of custom damage function files that you can select and perform a DetailedLossAnalysis. You can create a damage function file location-wise and perform a custom loss analysis for a particular location with the damage function file to capture the nature of risk for that location.
Syntax
Public Property DamageFileNames As List(Of String)
Dim instance As VulnerabilityModificationsDamageFiles
Dim value As List(Of String)
 
instance.DamageFileNames = value
 
value = instance.DamageFileNames
public List<string> DamageFileNames {get; set;}
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

VulnerabilityModificationsDamageFiles Class
VulnerabilityModificationsDamageFiles Members