Remove Method

Removes a SectionViewGroup from the collection.

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

Syntax

C#

public bool Remove(
	SectionViewGroup sectionViewGroup
)

Visual Basic

Public Function Remove ( _
	sectionViewGroup As SectionViewGroup _
) As Boolean

Visual C++

public:
bool Remove(
	SectionViewGroup^ sectionViewGroup
)

Parameters

sectionViewGroup
Type: Autodesk.Civil.DatabaseServices.SectionViewGroup
The SectionViewGroup to be removed.

Return Value

If the SectionViewGorup doesn't exist in current Collection, the method will return false. Otherwise, it will return true.

See Also