SectionViewProfileGradePointCollection Class

This class represents the collection of profile grade points in a SectionView.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSectionViewProfileGradePointCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SectionViewProfileGradePointCollection : IEnumerable<SectionViewProfileGradePoint>

The SectionViewProfileGradePointCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of profile grade points in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodAdd Adds a profile grade point into profile grade point collection.
Public methodGetEnumerator Implements the method declared in the IEnumerable(of 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 methodRemove Removes the given profile grade point.
Public methodRemoveAt Removes a profile grade point by index.
Top
See Also