Touchstone 11.0 API Reference
DefensibleSpace Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : DefensibleSpace Property
(Optional) Contains the area in feet between a Location and an oncoming wildfire, where the landscaping has been managed to alter or cut off the paths through which wildfires approach the structure and to increase the probability of a structure surviving.
Syntax
Public Property DefensibleSpace As Nullable(Of Short)
Dim instance As LocationFeature
Dim value As Nullable(Of Short)
 
instance.DefensibleSpace = value
 
value = instance.DefensibleSpace
public Nullable<short> DefensibleSpace {get; set;}
Remarks

A value of -999 represents Unknown/default. Touchstone® does not allow other negative values.

Valid values: Null (mapped to -999), -999, and 0 to 10000

Default: -999

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

LocationFeature Class
LocationFeature Members