IAcadUtilityGetRemoteFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
void GetRemoteFile(
string URL,
out string LocalFile,
bool IgnoreCache
)
Sub GetRemoteFile (
URL As String,
<OutAttribute> ByRef LocalFile As String,
IgnoreCache As Boolean
)
void GetRemoteFile(
[InAttribute] String^ URL,
[OutAttribute] String^% LocalFile,
[InAttribute] bool IgnoreCache
)
abstract GetRemoteFile :
URL : string *
LocalFile : string byref *
IgnoreCache : bool -> unit
Parameters
- URL String
-
- LocalFile String
-
- IgnoreCache Boolean
-
See Also