ArcFM Engine Developer Guide
ShowInBrowser Method


Open a given html file in the default web browser.
Syntax
'Declaration
 
Public Shared Function ShowInBrowser( _
   ByVal htmlFilePath As String _
) As Boolean
'Usage
 
Dim htmlFilePath As String
Dim value As Boolean
 
value = PxExportUtilities.ShowInBrowser(htmlFilePath)
public static bool ShowInBrowser( 
   string htmlFilePath
)

Parameters

htmlFilePath

Return Value

True if the file could be opened, false if it fails.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PxExportUtilities Class
PxExportUtilities Members

 

 


Send Comment