AcadUtilityClassGetRemoteFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual void GetRemoteFile(
string URL,
out string LocalFile,
bool IgnoreCache
)
Public Overridable Sub GetRemoteFile (
URL As String,
<OutAttribute> ByRef LocalFile As String,
IgnoreCache As Boolean
)
public:
virtual void GetRemoteFile(
[InAttribute] String^ URL,
[OutAttribute] String^% LocalFile,
[InAttribute] bool IgnoreCache
)
abstract GetRemoteFile :
URL : string *
LocalFile : string byref *
IgnoreCache : bool -> unit
override GetRemoteFile :
URL : string *
LocalFile : string byref *
IgnoreCache : bool -> unit
Parameters
- URL
- Type: SystemString
- LocalFile
- Type: SystemString
- IgnoreCache
- Type: SystemBoolean
Implements
IAcadUtilityGetRemoteFile(String, String, Boolean)
See Also