CorridorTransitionSide Property |
Gets the side of the subassemblies in the transition.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SubassemblySideType Side { get; }
Public ReadOnly Property Side As SubassemblySideType
Get
public:
property SubassemblySideType Side {
SubassemblySideType get ();
}
Property Value
SubassemblySideType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the subassembly has no side info.
|
Remarks
It's recommended to check
HasSide property first to avoid handling exception.
See Also