Touchstone 11.0 API Reference
Value Property (DataQualityAnalysisFilter)


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > DataQualityAnalysisFilter Class : Value Property
Contains the value to combine with the logical operator that you have specified in order to define a Data Quality Analysis Filter to use to filter the Locations in your portfolio during a Data Quality Analysis.
Syntax
Public Property Value As Nullable(Of Double)
Dim instance As DataQualityAnalysisFilter
Dim value As Nullable(Of Double)
 
instance.Value = value
 
value = instance.Value
public Nullable<double> Value {get; set;}
Remarks
This value represents a Data Quality Score or an Overall Risk Index in the range 0 - 100 or a monetary Total Replacement Value. In the case of a Data Quality Score, a higher value indicates higher data quality, including completeness of the construction, height, occupancy, year built, and address information. In the case of an Overall Risk Index, a higher value indicates a higher overall risk, including higher replacement value, higher hazard, and/or poor data quality.
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

DataQualityAnalysisFilter Class
DataQualityAnalysisFilter Members