ArcFM Responder Mobile Developer Guide
DecodeMap Method






Syntax
'Declaration
 
Function DecodeMap( _
   ByVal bstrEncodedString As System.String _
) As ESRI.ArcGIS.Carto.IMap
'Usage
 
Dim instance As IMMMIMECode2
Dim bstrEncodedString As System.String
Dim value As ESRI.ArcGIS.Carto.IMap
 
value = instance.DecodeMap(bstrEncodedString)
ESRI.ArcGIS.Carto.IMap DecodeMap( 
   System.string bstrEncodedString
)
function DecodeMap( 
    bstrEncodedString: System.String
): ESRI.ArcGIS.Carto.IMap; 
function DecodeMap( 
   bstrEncodedString : System.String
) : ESRI.ArcGIS.Carto.IMap;
ESRI.ArcGIS.Carto.IMap* DecodeMap( 
   System.string* bstrEncodedString
) 
ESRI.ArcGIS.Carto.IMap^ DecodeMap( 
   System.String^ bstrEncodedString
) 

Parameters

bstrEncodedString
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMMIMECode2 Interface
IMMMIMECode2 Members

Send Feedback