Level Property


Get or change the level of the BeamSystem. When the level is changed, the elevation is changed to make the the BeamSystem remain the location.

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

Syntax

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

See Also