ArcFM Responder Mobile Developer Guide
GetObject Method (Resourcer)






String value in the resource file that corresponds to the object to be retrieved
Given a resource ID, this method retrieves the corresponding object.
Syntax
'Declaration
 
Public Function GetObject( _
   ByVal resourceId As System.String _
) As System.Object
'Usage
 
Dim instance As Resourcer
Dim resourceId As System.String
Dim value As System.Object
 
value = instance.GetObject(resourceId)
public System.object GetObject( 
   System.string resourceId
)
public function GetObject( 
    resourceId: System.String
): System.TObject; 
public function GetObject( 
   resourceId : System.String
) : System.Object;
public: System.Object* GetObject( 
   System.string* resourceId
) 
public:
System.Object^ GetObject( 
   System.String^ resourceId
) 

Parameters

resourceId
String value in the resource file that corresponds to the object to be retrieved
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

Resourcer Class
Resourcer Members

Send Feedback