| Revit 2022.1 API |
| StairsComponentConnection..::..ConnectionType Property |
| StairsComponentConnection Class See Also |
The connection type of the connected stairs component.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Syntax
| C# |
|---|
public StairsComponentConnectionEndType ConnectionType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ConnectionType As StairsComponentConnectionEndType Get |
| Visual C++ |
|---|
public: property StairsComponentConnectionEndType ConnectionType { StairsComponentConnectionEndType get (); } |