ArcFM Engine Developer Guide
Encode Method (IMMEncoder2)


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

Parameters

InFolder
OutFolder
FileName
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

IMMEncoder2 Interface
IMMEncoder2 Members

 

 


Send Comment