This document is archived and information here might be outdated.  Recommended version.


IIMSGlobeConnection.URL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeConnection Interface > IIMSGlobeConnection.URL Property
ArcGIS Developer Help

IIMSGlobeConnection.URL Property

The Url for the request.

[Visual Basic .NET]
Public Property URL As String
[C#]
public string URL {get; set;}
[C++]
HRESULT get_URL(
  BSTR pURL
);
[C++]
HRESULT put_URL(
  System.String* pURL
);
[C++]
Parameters
pURL [in]

pURL is a parameter of type BSTR pURL [out, retval]
pURL is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSGlobeConnection Interface