ArcFM Responder Mobile Developer Guide
PutFMValue Method






Syntax
'Declaration
 
Sub PutFMValue( _
   ByVal propertyID As System.Integer, _
   ByVal val As System.Boolean _
) 
'Usage
 
Dim instance As IMMFeederBooleanProperty
Dim propertyID As System.Integer
Dim val As System.Boolean
 
instance.PutFMValue(propertyID, val)
void PutFMValue( 
   System.int propertyID,
   System.bool val
)
procedure PutFMValue( 
    propertyID: System.Integer;
    val: System.Boolean
); 
function PutFMValue( 
   propertyID : System.int,
   val : System.boolean
);
void PutFMValue( 
   System.int propertyID,
   System.bool val
) 
void PutFMValue( 
   System.int propertyID,
   System.bool val
) 

Parameters

propertyID
val
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