Gets the collection of the profile grade points for the SectionView.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SectionViewProfileGradePointCollection ProfileGradePoints { get; }
Visual Basic
Public ReadOnly Property ProfileGradePoints As SectionViewProfileGradePointCollection
	Get
Visual C++
public:
property SectionViewProfileGradePointCollection^ ProfileGradePoints {
	SectionViewProfileGradePointCollection^ get ();
}

See Also