Returns the ProfileEntity specified by ID.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ProfileEntity EntityAtId(
	uint id
)
Visual Basic
Public Function EntityAtId ( _
	id As UInteger _
) As ProfileEntity
Visual C++
public:
ProfileEntity^ EntityAtId(
	unsigned int id
)

Parameters

id
Type: System..::..UInt32
The integer ID for the ProfileEntity. Which is unique in a collection.

See Also