Returns the AlignmentEntity specified by ID.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentEntity EntityAtId( int id )
VB
Public Function EntityAtId ( id As Integer ) As AlignmentEntity
C++
public: AlignmentEntity^ EntityAtId( int id )
Parameters
- id Int32
- The ID for the AlignmentEntity you want to get.
Return Value
AlignmentEntityExceptions
Exception | Condition |
---|---|
ArgumentException | Throw the alignment entity id is invalid. |