IAcadUtilityIsRemoteFile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.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 String
-
- URL String
-
Return Value
Boolean
See Also