ArcFM Solution Developer Guide
Encode Method (IMMEncoder2)


Syntax
'Declaration
 
Function Encode( _
   ByVal InFolder As System.String, _
   ByVal OutFolder As System.String, _
   ByVal FileName As System.String, _
   ByRef OutFileName As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMEncoder2
Dim InFolder As System.String
Dim OutFolder As System.String
Dim FileName As System.String
Dim OutFileName As System.String
Dim value As System.Boolean
 
value = instance.Encode(InFolder, OutFolder, FileName, OutFileName)
System.bool Encode( 
   System.string InFolder,
   System.string OutFolder,
   System.string FileName,
   out System.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