AcadUtilityClassPutRemoteFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual void PutRemoteFile(
string URL,
string LocalFile
)
Public Overridable Sub PutRemoteFile (
URL As String,
LocalFile As String
)
public:
virtual void PutRemoteFile(
[InAttribute] String^ URL,
[InAttribute] String^ LocalFile
)
abstract PutRemoteFile :
URL : string *
LocalFile : string -> unit
override PutRemoteFile :
URL : string *
LocalFile : string -> unit
Parameters
- URL
- Type: SystemString
- LocalFile
- Type: SystemString
Implements
IAcadUtilityPutRemoteFile(String, String)
See Also