IAutoaddressGetEcadData Method (Link) |
Return all the available data from the ECAD for the supplied ECAD Id.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
SyntaxResponse GetEcadData(
Link link
)
Function GetEcadData (
link As Link
) As Response
Response^ GetEcadData(
Link^ link
)
abstract GetEcadData :
link : Link -> Response
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.GetEcadDataLink
A link returned in a GetEcadData response.
Return Value
Type:
ResponseGetEcadData response.
See Also