Gets or sets the value indicates which side this subassembly should be located.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SubassemblySideType Side { get; set; }
Public Property Side As SubassemblySideType
Get
Set
public:
property SubassemblySideType Side {
SubassemblySideType get ();
void set (SubassemblySideType value);
}
Property Value
SubassemblySideType
ExceptionsException | Condition |
---|
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