Share

AlignmentEntityCollection.EntityAtId Method

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

AlignmentEntity

Exceptions

ExceptionCondition
ArgumentException Throw the alignment entity id is invalid.

See Also

Reference

Was this information helpful?