Initializes a new instance of the RoadSeg..::..RoadSeg class

Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
public RoadSeg(
	double Id,
	double X,
	double Y,
	double Mp,
	string Sri
)
Visual Basic
Public Sub New ( 
	Id As Double,
	X As Double,
	Y As Double,
	Mp As Double,
	Sri As String
)
Visual C++
public:
RoadSeg(
	double Id, 
	double X, 
	double Y, 
	double Mp, 
	String^ Sri
)

See Also