ProfilePVICollection Class

The ProfilePVI collection class represents the collection of all ProfilePVI objects that belong to a Profile.

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

Syntax

C#

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

Visual Basic

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

Visual C++

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

Remarks

The ProfilePVI object is invalid when there is only one ProfilePVI object in the collection.

Inheritance Hierarchy

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

See Also