Gets the collection of sources which could be sampled.

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

Syntax

C#
public SectionSourceCollection GetSectionSources()
Visual Basic
Public Function GetSectionSources As SectionSourceCollection
Visual C++
public:
SectionSourceCollection^ GetSectionSources()

Remarks

This method should be called on SampleLineGroup which is opened for write, because the collection of sources of SampleLineGroup will be updated and written into the SampleLineGroup before return to user.

See Also