8.24.2 LoadUIResource Method

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
ResourceNameThe name of the UI resource to be created in the underlying system.
ResourceValueThe value that the UI resource will obtain in the underlying system, i.e. the SVG file.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.