This document is archived and information here might be outdated. Recommended version. |
Returns the requested ArcGIS online URI
[Visual Basic .NET] Public Sub GetURI ( _ ByVal eType As esriArcGISUri, _ ByRef bsURI As String _ )
[C#] public void GetURI ( esriArcGISUri eType, ref string bsURI );
[C++]
HRESULT GetURI(
esriArcGISUri eType,
System.String* bsURI
);
[C++]
Parameters eType [in]
eType is a parameter of type esriArcGISUri bsURI [in, out]
bsURI is a parameter of type BSTR*