Revit 2026 API
Continuous |
The extension style of the rail termination at the end or top.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RailExtensionStyle EndOrTopExtensionStyle { get; set; }
Public Property EndOrTopExtensionStyle As RailExtensionStyle Get Set
public: property RailExtensionStyle EndOrTopExtensionStyle { RailExtensionStyle get (); void set (RailExtensionStyle value); }
member EndOrTopExtensionStyle : RailExtensionStyle with get, set
Property Value
RailExtensionStyle
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also