Share

SampleLineGroup.GetSectionSources Method

Gets the collection of sources which could be sampled.



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

Syntax

C#

public SectionSourceCollection GetSectionSources()

VB

Public Function GetSectionSources As SectionSourceCollection

C++

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

Reference

Was this information helpful?