Share

AnalyticalElementSelector Enumeration

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


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum AnalyticalElementSelector

Members

Member nameValueDescription
EndOrTop1 End or top of element (corresponds to end = 1).
StartOrBase0 Start or base of element (corresponds to end = 0).
Whole2 Entire element

See Also

Reference

Was this information helpful?