ProfileEntityCollectionEntityAtId Method

Returns the ProfileEntity specified by ID.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ProfileEntity EntityAtId(
	uint id
)

Parameters

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

Return Value

ProfileEntity
See Also