CorridorTransitionSide Property

Gets the side of the subassemblies in the transition.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SubassemblySideType Side { get; }

Property Value

SubassemblySideType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the subassembly has no side info.
Remarks
It's recommended to check HasSide property first to avoid handling exception.
See Also