This document is archived and information here might be outdated. Recommended version. |
Loads the arcgis service into the globe.
[Visual Basic .NET] Public Sub LoadServerObject ( _ ByVal bsfullServerName As String, _ ByVal bsUsername As String, _ ByVal vPassword As Object, _ ByVal ipGlobe As IGlobe, _ ByRef bsServerObjectname As String, _ ByRef ppEnum As IEnumBSTR _ )
[C#] public void LoadServerObject ( string bsfullServerName, string bsUsername, object vPassword, IGlobe ipGlobe, ref string bsServerObjectname, ref IEnumBSTR ppEnum );
[C++]
HRESULT LoadServerObject(
BSTR bsfullServerName,
BSTR bsUsername,
VARIANT vPassword,
IGlobe* ipGlobe,
System.String* bsServerObjectname,
IEnumBSTR** ppEnum
);
[C++] Parameters bsfullServerName [in]
bsfullServerName is a parameter of type BSTR bsUsername [in]
bsUsername is a parameter of type BSTR vPassword [in]
vPassword is a parameter of type VARIANT ipGlobe [in]
ipGlobe is a parameter of type IGlobe* bsServerObjectname [in, out]
bsServerObjectname is a parameter of type BSTR* ppEnum [out]
ppEnum is a parameter of type IEnumBSTR**
Use this method if you know the fully qualified name of the service.