SubassemblySide Property

Gets or sets the value indicates which side this subassembly should be located.

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

Property Value

SubassemblySideType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this subassembly has no side property.
Remarks
It's recommended to use HasSide property firstly to check whether this property is valid, in order to avoid handling exception.
See Also