Share

SectionViewProfileGradePointCollection.Remove Method

Removes the given profile grade point.



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

Syntax

C#

public bool Remove(
	SectionViewProfileGradePoint pgPoint
)

VB

Public Function Remove ( 
	pgPoint As SectionViewProfileGradePoint
) As Boolean

C++

public:
bool Remove(
	SectionViewProfileGradePoint^ pgPoint
)

Parameters

pgPoint  SectionViewProfileGradePoint
 

Return Value

Boolean

See Also

Reference

Was this information helpful?