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

In This Topic
    DEVICELISTENTRY_TYPENR(Int32) Property
    In This Topic
    Type number # 23203. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DEVICELISTENTRY_TYPENR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DEVICELISTENTRY_TYPENR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Shows the type number of the relevant part in a device list.

    See Also