SampleLineGroupGetSectionSources Method |
Gets the collection of sources which could be sampled.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic SectionSourceCollection GetSectionSources()
Public Function GetSectionSources As SectionSourceCollection
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