DesignChecks Method

Gets the collection of applicable design checks.

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

Syntax

C#

public Collection<AlignmentDesignCheck> DesignChecks()

Visual Basic

Public Function DesignChecks As Collection(Of AlignmentDesignCheck)

Visual C++

public:
Collection<AlignmentDesignCheck^>^ DesignChecks()

See Also