WoodSpecies Property


The species of wood used in a wood-based asset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public string WoodSpecies { get; set; }
Visual Basic
Public Property WoodSpecies As String
	Get
	Set
Visual C++
public:
property String^ WoodSpecies {
	String^ get ();
	void set (String^ value);
}

Remarks

Applies to wood-based structural assets.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException When setting this property: A non-optional argument was NULL
Autodesk.Revit.Exceptions InapplicableDataException When setting this property: the material type must be wood to set this property.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →