Share

AcDbHostApplicationServices::isRemoteFile (ACHAR *, AcString&) Method

C++

ACDBCORE2D_PORT bool isRemoteFile(
    const ACHAR * pszLocalFile, 
    AcString& strUrl
);

Description

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.

Parameters

Parameters Description
pszLocalFile Input drawing name
strUrl Output string of the corresponding URL, if any

Returns

Return true if this is a remote file, false otherwise.

Links

AcDbHostApplicationServices

Was this information helpful?