Share

SampleLineGroup.SectionViewGroups Property

Gets the collection of SectionViewGroup.



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

Syntax

C#

public SectionViewGroupCollection SectionViewGroups { get; }

VB

Public ReadOnly Property SectionViewGroups As SectionViewGroupCollection
	Get

C++

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

Property Value

SectionViewGroupCollection

See Also

Reference

Was this information helpful?