Gets a resource Image.
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);
ResourceManager Class | Aveva.ApplicationFramework.Presentation Namespace