ArcFM Responder Mobile Developer Guide
SetProperty Method (IMMLayerProperties)






Syntax
'Declaration
 
Sub SetProperty( _
   ByVal Name As System.String, _
   ByVal Value As System.Object _
) 
'Usage
 
Dim instance As IMMLayerProperties
Dim Name As System.String
Dim Value As System.Object
 
instance.SetProperty(Name, Value)
void SetProperty( 
   System.string Name,
   System.object Value
)
procedure SetProperty( 
    Name: System.String;
    Value: System.TObject
); 
function SetProperty( 
   Name : System.String,
   Value : System.Object
);
void SetProperty( 
   System.string* Name,
   System.Object* Value
) 
void SetProperty( 
   System.String^ Name,
   System.Object^ Value
) 

Parameters

Name
Value
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

IMMLayerProperties Interface
IMMLayerProperties Members

Send Feedback