ArcFM Engine Developer Guide
GetLink Method (Help)


Open the default web browser the the specified page. Will prepend http://resources.arcfmsolution.com/ to the page
Syntax
'Declaration
 
Public Shared Function GetLink( _
   ByVal docidentity As String, _
   ByVal manualidentity As String _
) As String
'Usage
 
Dim docidentity As String
Dim manualidentity As String
Dim value As String
 
value = Help.GetLink(docidentity, manualidentity)
public static string GetLink( 
   string docidentity,
   string manualidentity
)

Parameters

docidentity
manualidentity
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 Feedback