This functionality is only available for certain module packages.

getPlaceholderObjects(String placeholderName)

Returns a list of all objects, which are placed on the placeholder with the name placeholderName in this mechatronic component.

getPlaceholderObjects(String placeholderName)
Argument String placeholderName The name of the placeholder of the component.
Return value List List of mechatronic objects
Exceptions Throws a PlaceholderNotExistingException, if no placeholder with the specified name exists.