SampledSectionLink Class

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.292
Syntax
public sealed class SampledSectionLink : [T:Autodesk.Civil.CivilWrapper<Autodesk::Civil::DatabaseServices::SampleSectionLinkData>]

The SampledSectionLink type exposes the following members.

Properties
 NameDescription
Public propertyEndPointElevation Gets or sets the line segment ending point elevation.
Public propertyEndPointOffset Gets or sets the line segment ending point offset.
Public propertyEndPointStation Gets the line segment ending point station.
Public propertyStartPointElevation Gets the line segment starting point elevation.
Public propertyStartPointOffset Gets the line segment starting point offset.
Public propertyStartPointStation Gets the line segment starting point station.
Top
See Also