API Help
Eplan.EplApi.HEServices Namespace / DeviceService.TemplatesInfo Class / Templates Property

In This Topic
    Templates Property (DeviceService.TemplatesInfo)
    In This Topic
    An array of transient objects representing templates associated with the part number.
    Syntax
    public StorableObject[] Templates {get;}
    public:
    property array<StorableObject^>^ Templates {
       array<StorableObject^>^ get();
    }
    See Also