Side 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.2.3892.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

ExceptionCondition
System.InvalidOperationException Thrown when this subassembly has no side property.

See Also