ReflectanceMarginGrade Property (ISO15415QualityTest)
In This Topic
This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.
Syntax
'Declaration
<ObsoleteAttribute("This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.", True)>
Public ReadOnly Property ReflectanceMarginGrade As Single
[Obsolete("This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.", True)]
public float ReflectanceMarginGrade { get; }
[Obsolete("This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.", True)]
public: __property float get_ReflectanceMarginGrade();
[Obsolete("This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.", True)]
public:
property float ReflectanceMarginGrade {
float get();
}
Remarks
Modulation and reflectance margin merged into one parameter (Modulation) in third edition of ISO/IEC 15415:2024. The previous edition (second) of this document defined both modulation which was graded without regard to "errors" and reflectance margin which was graded with sensitivity to "errors". These were combined into one parameter, now called modulation, which regards errors. Therefore, the parameter which used to be called reflectance margin, is now called modulation and the old modulation parameter is removed.
Requirements
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
See Also