WallType.Kind Property

WallTypeKind Property

The nature of the wall.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public WallKind Kind { get; }
Public ReadOnly Property Kind As WallKind
	Get
public:
property WallKind Kind {
	WallKind get ();
}
member Kind : WallKind with get

Property Value

WallKind
See Also