WallType Property


Retrieves or changes the type of the wall.

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

Syntax

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

Remarks

The WallType property can be used to retrieve the kind of the wall. This property can also be used to change the type of a wall by setting it to a different wall type. All the wall types in the project can be found using the Document.WallTypes property.

See Also