DeviceService.TemplatesInfo Class
In This Topic
This class provides information about the templates associated with a specific part number contained in the device list. Objects of this class are returned by DeviceService::GetTemplatesFromDeviceList method.
Inheritance Hierarchy
System.Object
Eplan.EplApi.HEServices.DeviceService.TemplatesInfo
Syntax
public class DeviceService.TemplatesInfo
public ref class DeviceService.TemplatesInfo
Public Properties
| Name | Description |
| PartNumber | An article's part number contained in the device list. |
| Templates | An array of transient objects representing templates associated with the part number. |
Top
See Also