Share

AlignmentEntity.DesignChecks Method

Gets the collection of applicable design checks.



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

Syntax

C#

public Collection<AlignmentDesignCheck> DesignChecks()

VB

Public Function DesignChecks As Collection(Of AlignmentDesignCheck)

C++

public:
Collection<AlignmentDesignCheck^>^ DesignChecks()

Return Value

CollectionAlignmentDesignCheck

See Also

Reference

Was this information helpful?