This document is archived and information here might be outdated. Recommended version. |
Opens the WCS Connection.
[Visual Basic .NET] Public Function OpenEx ( _ ByVal pTrackCancel As ITrackCancel _ ) As Object
[C#] public object OpenEx ( ITrackCancel pTrackCancel );
[C++]
HRESULT OpenEx(
ITrackCancel* pTrackCancel
);
[C++] Parameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*