ArcFM Engine Developer Guide
FormatProductNameString Method (IMMBrandingResource2)


Version: 10.2.1a

Resource Center Home

When writing code for internationalized strings that must embed a branded product name, use this method and pass in a token referring to the branded product name.
Syntax
'Declaration
 
Function FormatProductNameString( _
   ByVal bstrIn As String _
) As String
'Usage
 
Dim instance As IMMBrandingResource2
Dim bstrIn As String
Dim value As String
 
value = instance.FormatProductNameString(bstrIn)
string FormatProductNameString( 
   string bstrIn
)

Parameters

bstrIn
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

IMMBrandingResource2 Interface
IMMBrandingResource2 Members

 

 


Send Comment