Common Application Framework

ResourceManager.GetImage Method

Gets a resource Image.

Overload List

Gets a resource Image.

public abstract Image GetImage(string);

Gets a resource Image from the named resource set.

public abstract Image GetImage(string,string);

Gets a resource Image from the named resource set. Uses defaultResourceId if resourceID is not found

public abstract Image GetImage(string,string,string);

See Also

ResourceManager Class | Aveva.ApplicationFramework.Presentation Namespace