Removes a SectionViewGroup from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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.