Share

ProfilePVICollection Methods

The ProfilePVICollection type exposes the following members.

Methods

 NameDescription
Public methodCode exampleAddPVI Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.Tangent to the collection.
Public methodAddPVIArc Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.Circular to the collection.
Public methodAddPVIAsymParabola Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.ParabolaAsymmetric to the collection.
Public methodAddPVISymParabola Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.ParabolaSymmetric to the collection.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodCode exampleGetPVIAt Gets the PVI in the collection closest to the given station and elevation.
Public methodRemove Removes a specific profile PVI from the collection.
Public methodRemoveAt(Int32) Removes the specified PVI from this profile.
Public methodRemoveAt(Double, Double) Removes the profile PVI from the collection closest to the given station and elevation.

See Also

Reference

Was this information helpful?