SectionViewGroupCollectionRemove Method

Removes a SectionViewGroup from the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	SectionViewGroup sectionViewGroup
)

Parameters

sectionViewGroup  SectionViewGroup
The SectionViewGroup to be removed.

Return Value

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