This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACRasterFillSymbol Interface > IACRasterFillSymbol.URL Property (ArcObjects .NET 10.5 SDK) |
The url to access the image.
[Visual Basic .NET] Public Property URL As String
[C#] public string URL {get; set;}
[C++]
HRESULT get_URL(
BSTR* URL
);
[C++]
HRESULT put_URL(
BSTR URL
);
[C++]
Parameters URL [out, retval] URL is a parameter of type BSTR URL [in] URL is a parameter of type BSTR