Check whether specified path is a hyperlink
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function IsWebPath( _ ByVal path As String _ ) As Boolean |
Parameters
-
path
-
Type: string
Path to verify
Return Value
True if verified path is a hyperlink. Otherwise
false.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also