ContinuousRailType.EndOrTopExtensionStyle Property

ContinuousRailTypeEndOrTopExtensionStyle Property

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
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also