ArcFM Responder Mobile Developer Guide
SetProperty Method (IMMGDBExtractEx)






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

Parameters

propName
propValue
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

IMMGDBExtractEx Interface
IMMGDBExtractEx Members

Send Feedback