Touchstone 11.0 API Reference
Stories Property (WeaponDataBase)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > WeaponDataBase Class : Stories Property
(Optional) Contains the impact of the weapon as the number of stories.

If the WeaponTypeCode is SmallPlaneCrash or LargePlaneCrash, you must specify the Stories property.

Syntax
Public Property Stories As Integer
Dim instance As WeaponDataBase
Dim value As Integer
 
instance.Stories = value
 
value = instance.Stories
public int Stories {get; set;}
Remarks
Default: Null

Valid values: A positive integer between 1 and 10000

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

WeaponDataBase Class
WeaponDataBase Members