Remove Method

Removes the given profile grade point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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