Removes the given profile grade point.

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

Syntax

C#
public bool Remove(
	SectionViewProfileGradePoint pgPoint
)
Visual Basic
Public Function Remove ( _
	pgPoint As SectionViewProfileGradePoint _
) As Boolean
Visual C++
public:
bool Remove(
	SectionViewProfileGradePoint^ pgPoint
)

See Also