Share

Profile.OffsetProfileParametersStation Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesProfileOffsetProfileParametersStation


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

Syntax

C#

public class OffsetProfileParametersStation : IComparable<ProfileOffsetProfileParametersStation>

VB

Public Class OffsetProfileParametersStation
	Implements IComparable(Of ProfileOffsetProfileParametersStation)

C++

public ref class OffsetProfileParametersStation : IComparable<ProfileOffsetProfileParametersStation^>

The ProfileOffsetProfileParametersStation type exposes the following members.

Constructors

 NameDescription
Public methodProfileOffsetProfileParametersStation(Double, Double)Initializes a new instance of the ProfileOffsetProfileParametersStation class
Public methodProfileOffsetProfileParametersStation(Double, Double, String)Initializes a new instance of the ProfileOffsetProfileParametersStation class

Properties

 NameDescription
Public propertyDescription 
Public propertySlope 
Public propertyStation 

Methods

 NameDescription
Public methodCompareTo 

See Also

Reference

Was this information helpful?