Gradient
Description:
A static class that provides access to the property names that appear in the Gradient visual asset schema.
A static class that provides access to the property names that appear in the Gradient visual asset schema.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Visual.Gradient
System.Object
Autodesk.Revit.DB.Visual.Gradient
public static class Gradient
| Name | Return Type | Description |
|---|---|---|
| GradientColor | string | The property labeled "Color" from the "Gradient" schema. |
| GradientInterpolation | string | The property labeled "Interpolation" from the "Gradient" schema. |
| GradientNoise | string | The property labeled "Noise Type" from the "Gradient" schema. |
| GradientNoiseAmount | string | The property labeled "Amount" from the "Gradient" schema. |
| GradientNoiseHigh | string | The property labeled "High" from the "Gradient" schema. |
| GradientNoiseLevels | string | The property labeled "Levels" from the "Gradient" schema. |
| GradientNoiseLow | string | The property labeled "Low" from the "Gradient" schema. |
| GradientNoisePhase | string | The property labeled "Phase" from the "Gradient" schema. |
| GradientNoiseSize | string | The property labeled "Size" from the "Gradient" schema. |
| GradientNoiseSmooth | string | The property labeled "Smooth" from the "Gradient" schema. |
| GradientPosition | string | The property labeled "Position" from the "Gradient" schema. |
| GradientType | string | The property labeled "Gradient Type" from the "Gradient" schema. |
| TextureLinkTextureTransforms | string | The property labeled "Link Transforms" from the "Gradient" schema. |
| TextureOffsetLock | string | The property labeled "Offset Lock" from the "Gradient" schema. |
| TextureRealWorldOffsetX | string | The property labeled "Offset X" from the "Gradient" schema. |
| TextureRealWorldOffsetY | string | The property labeled "Offset Y" from the "Gradient" schema. |
| TextureRealWorldScaleX | string | The property labeled "Size X" from the "Gradient" schema. |
| TextureRealWorldScaleY | string | The property labeled "Size Y" from the "Gradient" schema. |
| TextureScaleLock | string | The property labeled "Scale Lock" from the "Gradient" schema. |
| TextureURepeat | string | The property labeled "U Repeat" from the "Gradient" schema. |
| TextureVRepeat | string | The property labeled "V Repeat" from the "Gradient" schema. |
| TextureWAngle | string | The property labeled "Angle" from the "Gradient" schema. |