This class represents the collection of profile grade points in a SectionView.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSectionViewProfileGradePointCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SectionViewProfileGradePointCollection : IEnumerable<SectionViewProfileGradePoint>
VB
Public NotInheritable Class SectionViewProfileGradePointCollection Implements IEnumerable(Of SectionViewProfileGradePoint)
C++
public ref class SectionViewProfileGradePointCollection sealed : IEnumerable<SectionViewProfileGradePoint^>
The SectionViewProfileGradePointCollection type exposes the following members.
Properties
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds a profile grade point into profile grade point collection. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable(of 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. |
![]() | Remove | Removes the given profile grade point. |
![]() | RemoveAt | Removes a profile grade point by index. |