Initializes a new instance of the Profile..::..OffsetProfileParametersStation class

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

Syntax

C#
public OffsetProfileParametersStation(
	double station,
	double slope
)
Visual Basic
Public Sub New ( _
	station As Double, _
	slope As Double _
)
Visual C++
public:
OffsetProfileParametersStation(
	double station, 
	double slope
)

Parameters

station
Type: System..::..Double
slope
Type: System..::..Double

See Also