Share

StationEquation Class

Represents a particular system of renumbering or reordering stations within a portion of an alignment.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
    Autodesk.Civil.DatabaseServicesStationEquation


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

Syntax

C#

public class StationEquation : [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]

VB

Public Class StationEquation
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]

C++

public ref class StationEquation : public [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]

The StationEquation type exposes the following members.

Properties

 NameDescription
Public propertyEquationType Gets or sets the type of station equation.
Public propertyRawStationBack Gets or sets the raw back station value.
Public propertyStationAhead Gets or sets the ahead station value.
Public propertyStationBack Gets or sets the back station value.

See Also

Reference

Was this information helpful?