The ProfilePVICollection type exposes the following members.
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.
|