Gets or sets the value indicates which side this subassembly should be located.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public SubassemblySideType Side { get; set; }
Visual Basic
Public Property Side As SubassemblySideType Get Set
Visual C++
public: property SubassemblySideType Side { SubassemblySideType get (); void set (SubassemblySideType value); }
Remarks
It's recommended to use HasSide property firstly to check whether this property is valid, in order to avoid handling exception.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when this subassembly has no side property. |