ProfileEntityCollection Class

The ProfileEntity collection class. This class represents the collection of all ProfileEntity objects that belong to the Profile.

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

Syntax

C#

public sealed class ProfileEntityCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>], 
	IEnumerable<ProfileEntity>

Visual Basic

Public NotInheritable Class ProfileEntityCollection _
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>] _
	Implements IEnumerable(Of ProfileEntity)

Visual C++

public ref class ProfileEntityCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>], 
	IEnumerable<ProfileEntity^>

Inheritance Hierarchy

System.Object
  [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>]
    Autodesk.Civil.DatabaseServices.ProfileEntityCollection

See Also