SectionViewGroups Property

Gets the collection of SectionViewGroup.

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

Syntax

C#

public SectionViewGroupCollection SectionViewGroups { get; }

Visual Basic

Public ReadOnly Property SectionViewGroups As SectionViewGroupCollection
	Get

Visual C++

public:
property SectionViewGroupCollection^ SectionViewGroups {
	SectionViewGroupCollection^ get ();
}

See Also