Noise Class

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

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

The Noise type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberNoiseColor1 The property labeled "Color 1" from the "Noise" schema.
Public propertyStatic memberNoiseColor2 The property labeled "Color 2" from the "Noise" schema.
Public propertyStatic memberNoiseLevels The property labeled "Levels" from the "Noise" schema.
Public propertyStatic memberNoisePhase The property labeled "Phase" from the "Noise" schema.
Public propertyStatic memberNoiseSize The property labeled "Size" from the "Noise" schema.
Public propertyStatic memberNoiseThresholdHigh The property labeled "High" from the "Noise" schema.
Public propertyStatic memberNoiseThresholdLow The property labeled "Low" from the "Noise" schema.
Public propertyStatic memberNoiseType The property labeled "Noise Type" from the "Noise" schema.
Public propertyStatic memberTextureAngle The property labeled "Angle" from the "Noise" schema.
Public propertyStatic memberTextureLinkTextureTransforms The property labeled "Link Transforms" from the "Noise" schema.
Public propertyStatic memberTextureRealWorldOffsetX The property labeled "Offset X" from the "Noise" schema.
Public propertyStatic memberTextureRealWorldOffsetY The property labeled "Offset Y" from the "Noise" schema.
Public propertyStatic memberTextureRealWorldOffsetZ The property labeled "Offset Z" from the "Noise" schema.
Top
See Also