SectionViewGroupCreationRangeOptionsFollowSection Method |
Sets the SectionSource to be followed to determine the elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void FollowSection(
SectionSource sectionSource
)
Public Sub FollowSection (
sectionSource As SectionSource
)
public:
void FollowSection(
SectionSource^ sectionSource
)
Parameters
- sectionSource SectionSource
-
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when:
1. SectionSource is gotten from different SampleLineGroup.
2. SectionSource is not sampled.
|
See Also