Share

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.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

 NameDescription
Public propertyCount Gets the number of profile grade points in the collection.
Public propertyItem 

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.

See Also

Reference

Was this information helpful?