SectionViewGroupCreationRangeOptionsFollowSection Method

Sets the SectionSource to be followed to determine the elevation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void FollowSection(
	SectionSource sectionSource
)

Parameters

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