GradientInterpolationType Enumeration

GradientInterpolationType Enumeration

The enumerated type representing the permitted values for the asset property "GradientInterpolation" from the "Gradient" schema.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum GradientInterpolationType
Public Enumeration GradientInterpolationType
public enum class GradientInterpolationType
type GradientInterpolationType
Members
Member nameValueDescription
Custom0 
Easein1 
Easeinout2 
Easeout3 
Linear4 
Solid5 
See Also