API Help
Eplan.EplApi.HEServices Namespace / DeviceService Class / GetTemplatesFromDeviceList Method
Project from which the device list will be searched.

GetTemplatesFromDeviceList Method
This method returns an array of DeviceService::TemplatesInfo containing information about function templates associated with specific part numbers existing in the device list of the given project.
Syntax
public DeviceService.TemplatesInfo[] GetTemplatesFromDeviceList( 
   Project oProject
)

Parameters

oProject
Project from which the device list will be searched.

Return Value

An array of DeviceService::TemplatesInfo objects containing information about function templates associated with specific part numbers.
Exceptions
ExceptionDescription
Invalid parameters found.
Null was passed to a parameter.
See Also