API Help
Eplan.EplApi.DataModel Namespace / DeviceListEntryPropertyList Class / DEVICELISTENTRY_DESIGNATION2 Property / DEVICELISTENTRY_DESIGNATION2(Int32) Property

In This Topic
    DEVICELISTENTRY_DESIGNATION2(Int32) Property
    In This Topic
    Part: Designation 2 # 23211. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DEVICELISTENTRY_DESIGNATION2( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DEVICELISTENTRY_DESIGNATION2 {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is read-only..

    Shows the "Designation 2" of the relevant part in a device list.

    See Also