Share

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.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

 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.

See Also

Reference

Was this information helpful?