StairsComponentConnection
Description:
Represents information about a connection among stairs components(run to landing).
Represents information about a connection among stairs components(run to landing).
public class StairsComponentConnection : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| ConnectionType | StairsComponentConnectionEndType | The connection type of the connected stairs component. |
| ElementId | ElementId | The element Id of connected stairs component in the stairs connection. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| PeerConnectionType | StairsComponentConnectionEndType | The connection type of the peer connected stairs component. |
| PeerElementId | ElementId | The element Id of peer connected stairs component in the stairs connection. |