Compound Property

Gets the AlignmentSpiral entity Simple/Compound Flag.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool Compound { get; }

Visual Basic

Public ReadOnly Property Compound As Boolean
	Get

Visual C++

public:
property bool Compound {
	bool get ();
}

See Also