AlignmentEntityCollectionEntityAtId Method |
Returns the AlignmentEntity specified by ID.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentEntity EntityAtId(
int id
)
Public Function EntityAtId (
id As Integer
) As AlignmentEntity
public:
AlignmentEntity^ EntityAtId(
int id
)
Parameters
- id Int32
-
The ID for the AlignmentEntity you want to get.
Return Value
AlignmentEntity
ExceptionsException | Condition |
---|
ArgumentException |
Throw the alignment entity id is invalid.
|
See Also