Gets the collection of the profile grade points for the SectionView.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SectionViewProfileGradePointCollection ProfileGradePoints { get; }
VB
Public ReadOnly Property ProfileGradePoints As SectionViewProfileGradePointCollection Get
C++
public: property SectionViewProfileGradePointCollection^ ProfileGradePoints { SectionViewProfileGradePointCollection^ get (); }