![]() |
Url








Public Data Item |
Declared in: NiImage.h |
Declaration
CString Url;
Description
Specifies the path to the image.
Notes:
1. The path is in the form of a URL. The simplest form of a URL string is a path and a filename. However, URLs can include files retrieved by FTP or HTTP over the Internet or the World Wide Web.
2. The list below includes some example URLs.
- c:\windows\circles.bmp
- http://www.ni.com/image.bmp
- ftp://ftp.ni.com/images/image.bmp
3. This property does not apply to CNiImage objects representing captions.