ArcFM Responder Mobile Developer Guide
GetFMValue Method






Syntax
'Declaration
 
Function GetFMValue( _
   ByVal propertyID As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As IMMFeederBooleanProperty
Dim propertyID As System.Integer
Dim value As System.Boolean
 
value = instance.GetFMValue(propertyID)
System.bool GetFMValue( 
   System.int propertyID
)
function GetFMValue( 
    propertyID: System.Integer
): System.Boolean; 
function GetFMValue( 
   propertyID : System.int
) : System.boolean;
System.bool GetFMValue( 
   System.int propertyID
) 
System.bool GetFMValue( 
   System.int propertyID
) 

Parameters

propertyID
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

IMMFeederBooleanProperty Interface
IMMFeederBooleanProperty Members

Send Feedback