ArcFM Engine Developer Guide
Show Method (Help)


The resource page to show
Open the default web browser the the specified page. Will prepend http://resources.arcfmsolution.com/10.2.1c/ to the page
Syntax
'Declaration
 
Public Shared Sub Show( _
   ByVal page As String _
) 
'Usage
 
Dim page As String
 
Help.Show(page)
public static void Show( 
   string page
)

Parameters

page
The resource page to show
Example
// open the current version of help for the ArcFMToolBar Help.Show("DesktopUsing/webframe.html#ArcFM_Toolbar.html")
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

Help Class
Help Members

 

 


Send Comment