Common Application Framework

ResourceManager.GetImage Method (String, String, String)

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

public abstract Image GetImage(
   string resourceID,
   string resourceSetName,
   string defaultResourceID
);

Parameters

resourceID
resourceSetName
defaultResourceID

Return Value

See Also

ResourceManager Class | Aveva.ApplicationFramework.Presentation Namespace | ResourceManager.GetImage Overload List