Gradient.GradientInterpolation Property

GradientGradientInterpolation Property

The property labeled "Interpolation" 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 static string GradientInterpolation { get; }
Public Shared ReadOnly Property GradientInterpolation As String
	Get
public:
static property String^ GradientInterpolation {
	String^ get ();
}
static member GradientInterpolation : string with get

Property Value

String
Remarks
This property is a "AssetPropertyList" of type "AssetPropertyInteger".
See Also