Click or drag to resize

TpsResourceManagerGetObject Method (String)

Overridden. Gets the value of the specified Object resource for the current culture.

Namespace:  ABB.Robotics.Tps.Resources
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public override Object GetObject(
	string name
)

Parameters

name
Type: SystemString
Name of the resource object or name of the image to load.

Return Value

Type: Object
A resource object.
Remarks
If the object isn't found the GetImage(String) method is called with name argument as parameter.
See Also