AcadUtilityClassIsURL Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool IsURL(
string URL
)
Public Overridable Function IsURL (
URL As String
) As Boolean
public:
virtual bool IsURL(
[InAttribute] String^ URL
)
abstract IsURL :
URL : string -> bool
override IsURL :
URL : string -> bool
Parameters
- URL
- Type: SystemString
Return Value
Type:
Boolean
Implements
IAcadUtilityIsURL(String)
See Also