Gets the collection of all alignment line design checks.

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

Syntax

C#
public AlignmentDesignCheckCollection LineDesignChecks { get; }
Visual Basic
Public ReadOnly Property LineDesignChecks As AlignmentDesignCheckCollection
	Get
Visual C++
public:
property AlignmentDesignCheckCollection^ LineDesignChecks {
	AlignmentDesignCheckCollection^ get ();
}

See Also