Share

ProfileEntityCollection.EntityAtId Method

Returns the ProfileEntity specified by ID.



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

Syntax

C#

public ProfileEntity EntityAtId(
	uint id
)

VB

Public Function EntityAtId ( 
	id As UInteger
) As ProfileEntity

C++

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

Reference

Was this information helpful?