Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void GetStationAndCrossSlope(
Point3d pt,
ref double dStation,
ref double dCrossSlope
) |
Visual Basic |
---|
Public Sub GetStationAndCrossSlope ( _
pt As Point3d, _
ByRef dStation As Double, _
ByRef dCrossSlope As Double _
) |
Visual C++ |
---|
public:
void GetStationAndCrossSlope(
Point3d pt,
double% dStation,
double% dCrossSlope
) |
Parameters
- pt
- Type: Point3d
- dStation
- Type: System..::..Double%
- dCrossSlope
- Type: System..::..Double%
See Also