Removes a SectionViewGroup specified by index from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public void RemoveAt(
int index
)
Visual Basic
Public Sub RemoveAt ( _
index As Integer _
)
Visual C++
public:
void RemoveAt(
int index
)
Parameters
- index
- Type: System.Int32
Index of SectionViewGroup to be removed.