Gradient Class

A static class that provides access to the property names that appear in the Gradient visual asset schema.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.VisualGradient

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class Gradient

The Gradient type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberGradientColor The property labeled "Color" from the "Gradient" schema.
Public propertyStatic memberGradientInterpolation The property labeled "Interpolation" from the "Gradient" schema.
Public propertyStatic memberGradientNoise The property labeled "Noise Type" from the "Gradient" schema.
Public propertyStatic memberGradientNoiseAmount The property labeled "Amount" from the "Gradient" schema.
Public propertyStatic memberGradientNoiseHigh The property labeled "High" from the "Gradient" schema.
Public propertyStatic memberGradientNoiseLevels The property labeled "Levels" from the "Gradient" schema.
Public propertyStatic memberGradientNoiseLow The property labeled "Low" from the "Gradient" schema.
Public propertyStatic memberGradientNoisePhase The property labeled "Phase" from the "Gradient" schema.
Public propertyStatic memberGradientNoiseSize The property labeled "Size" from the "Gradient" schema.
Public propertyStatic memberGradientNoiseSmooth The property labeled "Smooth" from the "Gradient" schema.
Public propertyStatic memberGradientPosition The property labeled "Position" from the "Gradient" schema.
Public propertyStatic memberGradientType The property labeled "Gradient Type" from the "Gradient" schema.
Public propertyStatic memberTextureLinkTextureTransforms The property labeled "Link Transforms" from the "Gradient" schema.
Public propertyStatic memberTextureOffsetLock The property labeled "Offset Lock" from the "Gradient" schema.
Public propertyStatic memberTextureRealWorldOffsetX The property labeled "Offset X" from the "Gradient" schema.
Public propertyStatic memberTextureRealWorldOffsetY The property labeled "Offset Y" from the "Gradient" schema.
Public propertyStatic memberTextureRealWorldScaleX The property labeled "Size X" from the "Gradient" schema.
Public propertyStatic memberTextureRealWorldScaleY The property labeled "Size Y" from the "Gradient" schema.
Public propertyStatic memberTextureScaleLock The property labeled "Scale Lock" from the "Gradient" schema.
Public propertyStatic memberTextureURepeat The property labeled "U Repeat" from the "Gradient" schema.
Public propertyStatic memberTextureVRepeat The property labeled "V Repeat" from the "Gradient" schema.
Public propertyStatic memberTextureWAngle The property labeled "Angle" from the "Gradient" schema.
Top
See Also