Returns the ProfileEntity specified by ID.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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.