This functionality is only available for certain module packages.

You are here: Reference > SCRIPTING > Methods for components > Operations on placeholders > Determination of objects placed on placeholders > getPlaceholderObjects(String placeholderName)

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.