The ProfileOverride collection class represents the collection of all profiles listed in the ProfileView.

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

Syntax

C#
public sealed class ProfileOverrideCollection : GraphOverrideCollection<ProfileOverride>
Visual Basic
Public NotInheritable Class ProfileOverrideCollection _
	Inherits GraphOverrideCollection(Of ProfileOverride)
Visual C++
public ref class ProfileOverrideCollection sealed : public GraphOverrideCollection<ProfileOverride^>

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..GraphOverrideCollection<(Of <(<'ProfileOverride>)>)>
    Autodesk.Civil.DatabaseServices..::..ProfileOverrideCollection

See Also