The Method LoadUIResource loads a UI resource in the underlying system for visualization. It will override the existing UI resource by the same name.
The signature of this Method is specified below. Table 85 specifies the Arguments representation.
Signature
LoadUIResource (
[in] 0:String ResourceName,
[in] 0:String ResourceValue,
[out] MethodExecutionFeedbackType ExecutionFeedback);
Table 85 – LoadUIResource Method Arguments
Argument |
Description |
ResourceName |
The name of the UI resource to be created in the underlying system. |
ResourceValue |
The value that the UI resource will obtain in the underlying system, i.e. the SVG file. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |