Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub Preset( _ ByVal style As CustomModulationConstellationStyle, _ ByVal numberOfStates As Integer _ ) |
C# | |
---|---|
public abstract void Preset( CustomModulationConstellationStyle style, int numberOfStates ) |
C++/CLI | |
---|---|
public: abstract void Preset( CustomModulationConstellationStyle style, int numberOfStates ) |
Parameters
- style
- Determines the pre-defined constellation style to use for the setting the constellation definition.
- numberOfStates
- The number of constellation states to use for the created constellation. The valid values for this parameter depend upon the selected CustomModulationConstellationStyle.
This will remove any previous attributes of the custom modulation.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)