SectionViewProfileGradePointCollectionRemove Method |
Removes the given profile grade point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
SectionViewProfileGradePoint pgPoint
)
Public Function Remove (
pgPoint As SectionViewProfileGradePoint
) As Boolean
public:
bool Remove(
SectionViewProfileGradePoint^ pgPoint
)
Parameters
- pgPoint SectionViewProfileGradePoint
-
Return Value
Boolean
See Also