Defines a single line segment of sample surface cross-section data.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<Autodesk::Civil::DatabaseServices::SampleSectionLinkData>]
Autodesk.Civil.DatabaseServicesSampledSectionLink
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SampledSectionLink : [T:Autodesk.Civil.CivilWrapper<Autodesk::Civil::DatabaseServices::SampleSectionLinkData>]
VB
Public NotInheritable Class SampledSectionLink Inherits [T:Autodesk.Civil.CivilWrapper<Autodesk::Civil::DatabaseServices::SampleSectionLinkData>]
C++
public ref class SampledSectionLink sealed : public [T:Autodesk.Civil.CivilWrapper<Autodesk::Civil::DatabaseServices::SampleSectionLinkData>]
The SampledSectionLink type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EndPointElevation | Gets or sets the line segment ending point elevation. | |
| EndPointOffset | Gets or sets the line segment ending point offset. | |
| EndPointStation | Gets the line segment ending point station. | |
| StartPointElevation | Gets the line segment starting point elevation. | |
| StartPointOffset | Gets the line segment starting point offset. | |
| StartPointStation | Gets the line segment starting point station. |
