AnalyticalElementSelector Enumeration


Specifies a portion of an Analytical Element or the whole element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)

Syntax

C#
public enum AnalyticalElementSelector
Visual Basic
Public Enumeration AnalyticalElementSelector
Visual C++
public enum class AnalyticalElementSelector

Members

Member name Description
StartOrBase Start or base of element (corresponds to end = 0).
EndOrTop End or top of element (corresponds to end = 1).
Whole Entire element

See Also