ArcFM Responder Mobile Developer Guide
SetGxExtensionProperty Method






Syntax
'Declaration
 
Sub SetGxExtensionProperty( _
   ByVal sName As System.String, _
   ByVal pGxPropertyValue As System.Object _
) 
'Usage
 
Dim instance As IMMGXExtension2
Dim sName As System.String
Dim pGxPropertyValue As System.Object
 
instance.SetGxExtensionProperty(sName, pGxPropertyValue)
void SetGxExtensionProperty( 
   System.string sName,
   System.object pGxPropertyValue
)
procedure SetGxExtensionProperty( 
    sName: System.String;
    pGxPropertyValue: System.TObject
); 
function SetGxExtensionProperty( 
   sName : System.String,
   pGxPropertyValue : System.Object
);
void SetGxExtensionProperty( 
   System.string* sName,
   System.Object* pGxPropertyValue
) 
void SetGxExtensionProperty( 
   System.String^ sName,
   System.Object^ pGxPropertyValue
) 

Parameters

sName
pGxPropertyValue
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

IMMGXExtension2 Interface
IMMGXExtension2 Members

Send Feedback