ArcFM Responder Mobile Developer Guide
binaryFromDecimal Property (IMMTraceUtilities)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
ReadOnly Property binaryFromDecimal( _
   ByVal lDecimal As System.Integer _
) As System.Object
'Usage
 
Dim instance As IMMTraceUtilities
Dim lDecimal As System.Integer
Dim value As System.Object
 
value = instance.binaryFromDecimal(lDecimal)
[System.Runtime.InteropServices.DispId(1610678276)]
System.object binaryFromDecimal( 
   System.int lDecimal
) {get;}
read-only property binaryFromDecimal( 
    lDecimal: System.Integer
): System.TObject; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get binaryFromDecimal( 
   lDecimal : System.int
) : System.Object
[System.Runtime.InteropServices.DispId(1610678276)]
__property System.Object* get_binaryFromDecimal( 
   System.int lDecimal
);
[System.Runtime.InteropServices.DispId(1610678276)]
property System.Object^ binaryFromDecimal {
   System.Object^ get(System.int lDecimal);
}

Parameters

lDecimal
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

IMMTraceUtilities Interface
IMMTraceUtilities Members

Send Feedback