Share

CorridorTransition.Side Property

Gets the side of the subassemblies in the transition.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SubassemblySideType Side { get; }

VB

Public ReadOnly Property Side As SubassemblySideType
	Get

C++

public:
property SubassemblySideType Side {
	SubassemblySideType 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

Reference

Was this information helpful?