ProfileEntityCollectionEntityAtId Method |
Returns the ProfileEntity specified by ID.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileEntity EntityAtId(
uint id
)
Public Function EntityAtId (
id As UInteger
) As ProfileEntity
public:
ProfileEntity^ EntityAtId(
unsigned int id
)
Parameters
- id UInt32
-
The integer ID for the ProfileEntity. Which is unique in a collection.
Return Value
ProfileEntity
See Also