ArcFM Engine Developer Guide
PutFMValue Method


Syntax
'Declaration
 
Sub PutFMValue( _
   ByVal propertyID As Integer, _
   ByVal val As Boolean _
) 
'Usage
 
Dim instance As IMMFeederBooleanProperty
Dim propertyID As Integer
Dim val As Boolean
 
instance.PutFMValue(propertyID, val)
void PutFMValue( 
   int propertyID,
   bool val
)

Parameters

propertyID
val
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMFeederBooleanProperty Interface
IMMFeederBooleanProperty Members

 

 


Send Comment