WallType.Kind Property

WallTypeKind Property

The nature of the wall.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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