Description
Returns the degradation channel at the specified position in the degradation chain.
The degradation chain is the list of degradation channels which are enabled and placed in a specific order. Upon degradation, the chain is traversed, degrading one channel at a time until the target frame rate is reached or the last channel has been degraded.
Visual Basic
Public Function DegradationChannelAt( order As Integer ) As Autodesk.AutoCAD.GraphicsSystem.DegradationChannel
C#
public Autodesk.AutoCAD.GraphicsSystem.DegradationChannel DegradationChannelAt( int order );
Parameters
Parameters | Description |
---|---|
int order | Input for which degradation channel will be returned. |
Links
Configuration Class, Autodesk.AutoCAD.GraphicsSystem Namespace