Share

Subassembly.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.8.0.280

Syntax

C#

public SubassemblySideType Side { get; set; }

VB

Public Property Side As SubassemblySideType
	Get
	Set

C++

public:
property SubassemblySideType Side {
	SubassemblySideType get ();
	void set (SubassemblySideType value);
}

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

Reference

Was this information helpful?