The ProfilePVI collection class represents the collection of all ProfilePVI objects that belong to a Profile.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>]
Autodesk.Civil.DatabaseServicesProfilePVICollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class ProfilePVICollection : [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>], IEnumerable<ProfilePVI>
VB
Public NotInheritable Class ProfilePVICollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>] Implements IEnumerable(Of ProfilePVI)
C++
public ref class ProfilePVICollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>], IEnumerable<ProfilePVI^>
The ProfilePVICollection type exposes the following members.
Properties
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddPVI | Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.Tangent to the collection. |
![]() | AddPVIArc | Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.Circular to the collection. |
![]() | AddPVIAsymParabola | Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.ParabolaAsymmetric to the collection. |
![]() | AddPVISymParabola | Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.ParabolaSymmetric to the collection. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() ![]() | GetPVIAt | Gets the PVI in the collection closest to the given station and elevation. |
![]() | Remove | Removes a specific profile PVI from the collection. |
![]() | RemoveAt(Int32) | Removes the specified PVI from this profile. |
![]() | RemoveAt(Double, Double) | Removes the profile PVI from the collection closest to the given station and elevation. |