Gets or sets the value (in Hz) for compensating the frequency range of subblock.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property RFBandwidthEdgeRightMargin As Double |
| C# | |
|---|
public abstract double RFBandwidthEdgeRightMargin {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double RFBandwidthEdgeRightMargin {
double get();
void set ( double value);
} |
Property Value
The default value is 0.0.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also