IAcadUtilityIsRemoteFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
bool IsRemoteFile(
string LocalFile,
out string URL
)
Function IsRemoteFile (
LocalFile As String,
<OutAttribute> ByRef URL As String
) As Boolean
bool IsRemoteFile(
[InAttribute] String^ LocalFile,
[OutAttribute] String^% URL
)
abstract IsRemoteFile :
LocalFile : string *
URL : string byref -> bool
Parameters
- LocalFile
- Type: SystemString
- URL
- Type: SystemString
Return Value
Type:
Boolean
See Also