ArcFM Responder Mobile Developer Guide
Bind Method (IMMEsriBind)






Syntax
'Declaration
 
Function Bind( _
   ByVal productCode As mmEsriProductCode _
) As System.Boolean
'Usage
 
Dim instance As IMMEsriBind
Dim productCode As mmEsriProductCode
Dim value As System.Boolean
 
value = instance.Bind(productCode)
System.bool Bind( 
   mmEsriProductCode productCode
)
function Bind( 
    productCode: mmEsriProductCode
): System.Boolean; 
function Bind( 
   productCode : mmEsriProductCode
) : System.boolean;
System.bool Bind( 
   mmEsriProductCode productCode
) 
System.bool Bind( 
   mmEsriProductCode productCode
) 

Parameters

productCode
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

IMMEsriBind Interface
IMMEsriBind Members

Send Feedback