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

Syntax

C#
public static string GetUpdateSql(
	bool isCurve,
	double angle,
	int angleQuad,
	double id,
	double dist,
	int segSet,
	double lAngle,
	double lDist,
	bool ignored,
	double deltaAngle,
	int zzRowId,
	int crossesZero
)
Visual Basic
Public Shared Function GetUpdateSql ( 
	isCurve As Boolean,
	angle As Double,
	angleQuad As Integer,
	id As Double,
	dist As Double,
	segSet As Integer,
	lAngle As Double,
	lDist As Double,
	ignored As Boolean,
	deltaAngle As Double,
	zzRowId As Integer,
	crossesZero As Integer
) As String
Visual C++
public:
static String^ GetUpdateSql(
	bool isCurve, 
	double angle, 
	int angleQuad, 
	double id, 
	double dist, 
	int segSet, 
	double lAngle, 
	double lDist, 
	bool ignored, 
	double deltaAngle, 
	int zzRowId, 
	int crossesZero
)

Parameters

isCurve
Type: System..::..Boolean
angle
Type: System..::..Double
angleQuad
Type: System..::..Int32
id
Type: System..::..Double
dist
Type: System..::..Double
segSet
Type: System..::..Int32
lAngle
Type: System..::..Double
lDist
Type: System..::..Double
ignored
Type: System..::..Boolean
deltaAngle
Type: System..::..Double
zzRowId
Type: System..::..Int32
crossesZero
Type: System..::..Int32

Return Value

Type: String

See Also