Sets the SectionSource to be followed to determine the elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void FollowSection( SectionSource sectionSource )
Visual Basic
Public Sub FollowSection ( _ sectionSource As SectionSource _ )
Visual C++
public: void FollowSection( SectionSource^ sectionSource )
Parameters
- sectionSource
- Type: Autodesk.Civil.DatabaseServices.SectionSource
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when: 1. SectionSource is gotten from different SampleLineGroup. 2. SectionSource is not sampled. |