Visual Basic (Declaration) | |
---|---|
Public MustOverride Property AnalysisStartBoundary As AnalysisBoundaryType |
C# | |
---|---|
public abstract AnalysisBoundaryType AnalysisStartBoundary {get; set;} |
C++/CLI | |
---|---|
public: abstract property AnalysisBoundaryType AnalysisStartBoundary { AnalysisBoundaryType get(); void set ( AnalysisBoundaryType value); } |
Property Value
The default value is AnalysisBoundaryType.Frame.This property, along with ResultLength, affects the amount of data acquired.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)