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