AlignmentEntityCollectionEntityAtId Method

Returns the AlignmentEntity specified by ID.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentEntity EntityAtId(
	int id
)

Parameters

id  Int32
The ID for the AlignmentEntity you want to get.

Return Value

AlignmentEntity
Exceptions
ExceptionCondition
ArgumentException Throw the alignment entity id is invalid.
See Also