Method |
Description |
---|
AcDbHostApplicationServices::isRemoteFile (ACHAR *, ACHAR (&pszURL)) |
Helper template. |
 AcDbHostApplicationServices::isRemoteFile (ACHAR *, ACHAR *, size_t) |
This method is the inverse of the isURL method. It provides a mapping from a local file to the corresponding URL that the file was downloaded from. The URL, if any, is returned via pszURL. |
AcDbHostApplicationServices::isRemoteFile (ACHAR *, AcString&) |
This method is the inverse of the isURL method. It provides a mapping from a local file to the corresponding URL that the file was downloaded from. The URL, if any, is returned via the second parameter.This is the overload for derived classes to override if they want to provide a different implementation. |