Touchstone 11.0 API Reference
CreateNewExposure Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > AugmentationOptions Class : CreateNewExposure Property
(Optional) Indicates whether to copy your exposure data to a new Exposure View and update the data with augmented values immediately after completion of a Data Quality Analysis.
Syntax
Public Property CreateNewExposure As Boolean
Dim instance As AugmentationOptions
Dim value As Boolean
 
instance.CreateNewExposure = value
 
value = instance.CreateNewExposure
public bool CreateNewExposure {get; set;}
Remarks
If you choose to copy your exposure data to a new Exposure View, you must specify a name for the new Exposure View in the NewExposureViewName property.
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

AugmentationOptions Class
AugmentationOptions Members