Eplan Platform API
Eplan.EplApi.DataModel Namespace / ReportBlock Class / DeviceTagNameParts Property

In This Topic
    DeviceTagNameParts Property
    In This Topic
    Array of names of devices assign to this report stored in property lists.
    Syntax
    public FunctionBasePropertyList[] DeviceTagNameParts {get; set;}
    public:
    property array<FunctionBasePropertyList^>^ DeviceTagNameParts {
       array<FunctionBasePropertyList^>^ get();
       void set (    array<FunctionBasePropertyList^>^ value);
    }
    See Also