WoodSecondaryPerlinEnable Property
The property labeled "Use perlin noise for secondary highlight" from the "PrismWood" schema.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:  2018.1

Syntax

C#
public static string WoodSecondaryPerlinEnable { get; }
Visual Basic
Public Shared ReadOnly Property WoodSecondaryPerlinEnable As String
	Get
Visual C++
public:
static property String^ WoodSecondaryPerlinEnable {
	String^ get ();
}

Remarks

This property is of type "AssetPropertyBoolean".

See Also