ArcFM Engine Developer Guide
Decode Method (IMMEncoder)


Syntax
'Declaration
 
Function Decode( _
   ByVal InFolder As String, _
   ByVal OutFolder As String, _
   ByVal InFileName As String, _
   ByRef OutFileName As String _
) As Boolean
'Usage
 
Dim instance As IMMEncoder
Dim InFolder As String
Dim OutFolder As String
Dim InFileName As String
Dim OutFileName As String
Dim value As Boolean
 
value = instance.Decode(InFolder, OutFolder, InFileName, OutFileName)
bool Decode( 
   string InFolder,
   string OutFolder,
   string InFileName,
   out string OutFileName
)

Parameters

InFolder
OutFolder
InFileName
OutFileName
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

IMMEncoder Interface
IMMEncoder Members

 

 


Send Comment