Returns the AlignmentEntity specified by ID.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public AlignmentEntity EntityAtId( int id )
Visual Basic
Public Function EntityAtId ( _ id As Integer _ ) As AlignmentEntity
Visual C++
public: AlignmentEntity^ EntityAtId( int id )
Parameters
- id
- Type: System.Int32
The ID for the AlignmentEntity you want to get.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Throw the alignment entity id is invalid. |