Sets the SectionSource to be followed to determine the elevation.

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

Syntax

C#
public void FollowSection(
	SectionSource sectionSource
)
Visual Basic
Public Sub FollowSection ( _
	sectionSource As SectionSource _
)
Visual C++
public:
void FollowSection(
	SectionSource^ sectionSource
)

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when: 1. SectionSource is gotten from different SampleLineGroup. 2. SectionSource is not sampled.

See Also