Class ELPictureAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ELPictureAbleHelper
A PictureAble instance may contain a picture.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ARG_PictureIdRawData> getPictureList(SrvContext srvCtx, List<Integer> seq) Returns a list of picture structures.
-
Method Details
-
getPictureList
public static List<ARG_PictureIdRawData> getPictureList(SrvContext srvCtx, List<Integer> seq) throws InoNetException, SrvErrorException Returns a list of picture structures. Each structure entry contains the client id and the raw data of the picture. The required pictures may be specified by a list of client ids. If the id list is empty the result contains all pictures of the actual model.- Parameters:
srvCtx- The context of the related innovator server.seq-- Throws:
InoNetExceptionSrvErrorException
-