Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DataSet GetPointXyForIntersectionId(
	string interId,
	string key
)
Visual Basic
Public Function GetPointXyForIntersectionId ( 
	interId As String,
	key As String
) As DataSet
Visual C++
public:
virtual DataSet^ GetPointXyForIntersectionId(
	String^ interId, 
	String^ key
) sealed

Parameters

interId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: DataSet

Implements

IService1..::..GetPointXyForIntersectionId(String, String)

See Also