Share

View.GenLevel Property

The level for the view.


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

Syntax

C#

public Level GenLevel { get; }

Property Value

Level

Remarks

This will obtain the level for views related to levels, such as Plan Views. If this View is not generated by a level, this property is null.

See Also

Reference

Was this information helpful?