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;}
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;}
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
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