Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public OffsetProfileParametersStation(
double station,
double slope,
string description
) |
Visual Basic |
---|
Public Sub New ( _
station As Double, _
slope As Double, _
description As String _
) |
Visual C++ |
---|
public:
OffsetProfileParametersStation(
double station,
double slope,
String^ description
) |
Parameters
- station
- Type: System..::..Double
- slope
- Type: System..::..Double
- description
- Type: System..::..String
See Also