ArcFM Responder Mobile Developer Guide
GetFormat Method






Syntax
'Declaration
 
Function GetFormat( _
   ByVal Format As System.Short _
) As System.Boolean
'Usage
 
Dim instance As IMMDataObject
Dim Format As System.Short
Dim value As System.Boolean
 
value = instance.GetFormat(Format)
System.bool GetFormat( 
   System.short Format
)
function GetFormat( 
    Format: System.Int16
): System.Boolean; 
function GetFormat( 
   Format : System.short
) : System.boolean;
System.bool GetFormat( 
   System.short Format
) 
System.bool GetFormat( 
   System.short Format
) 

Parameters

Format
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

IMMDataObject Interface
IMMDataObject Members

Send Feedback