Share

SectionViewGroupCreationRangeOptions.FollowSection Method

Sets the SectionSource to be followed to determine the elevation.



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

Syntax

C#

public void FollowSection(
	SectionSource sectionSource
)

VB

Public Sub FollowSection ( 
	sectionSource As SectionSource
)

C++

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

Reference

Was this information helpful?