The collection of SectionViewGroup in SampleLineGroup.

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

Syntax

C#
public class SectionViewGroupCollection : IEnumerable<SectionViewGroup>
Visual Basic
Public Class SectionViewGroupCollection _
	Implements IEnumerable(Of SectionViewGroup)
Visual C++
public ref class SectionViewGroupCollection : IEnumerable<SectionViewGroup^>

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..SectionViewGroupCollection

See Also