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