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

In This Topic
    GetTemplatesFromDeviceList Method
    In This Topic
    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
    )
    public:
    array<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