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
Syntaxpublic override Object GetObject(
string name
)
Parameters
- name
- Type: SystemString
Name of the resource object or name of the image to load.
Return Value
Type:
ObjectA resource object.
RemarksIf the object isn't found the
GetImage(String) method is called with name argument as parameter.
See Also