SampleLineGroupGetSectionSources Method

Gets the collection of sources which could be sampled.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public SectionSourceCollection GetSectionSources()

Return Value

SectionSourceCollection
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