IAcadUtilityPutRemoteFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
void PutRemoteFile(
string URL,
string LocalFile
)
Sub PutRemoteFile (
URL As String,
LocalFile As String
)
void PutRemoteFile(
[InAttribute] String^ URL,
[InAttribute] String^ LocalFile
)
abstract PutRemoteFile :
URL : string *
LocalFile : string -> unit
Parameters
- URL String
-
- LocalFile String
-
See Also