Returns true if the filename is a network url like: http:// or ftp://. 
 
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static bool IsUrl(
	string filename
)
Public Shared Function IsUrl ( 
	filename As String
) As Boolean
public:
static bool IsUrl(
	String^ filename
)
static member IsUrl : 
        filename : string -> bool 
Parameters
- filename
 - Type: SystemString
 
Return Value
Type: 
Boolean
Remarks
See Also