Share

SuperelevationView.GetStationAndCrossSlope Method



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

Syntax

C#

public void GetStationAndCrossSlope(
	Point3d pt,
	ref double dStation,
	ref double dCrossSlope
)

VB

Public Sub GetStationAndCrossSlope ( 
	pt As Point3d,
	ByRef dStation As Double,
	ByRef dCrossSlope As Double
)

C++

public:
void GetStationAndCrossSlope(
	Point3d pt, 
	double% dStation, 
	double% dCrossSlope
)

Parameters

pt  Point3d
 
dStation  Double
 
dCrossSlope  Double
 

See Also

Reference

Was this information helpful?