Corridor transition set.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesCorridorTransitionSet
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CorridorTransitionSet : DisposableWrapper
VB
Public NotInheritable Class CorridorTransitionSet Inherits DisposableWrapper
C++
public ref class CorridorTransitionSet sealed : public DisposableWrapper
The CorridorTransitionSet type exposes the following members.
Constructors
Properties
| Name | Description | |
|---|---|---|
| Comment | Gets or sets transition set's comment. | |
| Name | Gets or sets transition set's name. | |
| NameType | Gets subassembly name type used to find contiguous subassemblies. | |
| StationLocked | Gets or sets transition set's station lock status. | |
| SubassemblyName | Gets subassembly name used to find contiguous subassemblies. | |
| TransitionCount | Gets transition count. |
Methods
| Name | Description | |
|---|---|---|
| AddTransition | Adds transition to the transition set. | |
| AddTransition(String) | Adds transition to the transition set. | |
| GetTransitionAt | Gets transition at specific index. |
