API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCOBJECT_DESCRIPTION Property / FUNC_PLCOBJECT_DESCRIPTION(Int32) Property

In This Topic
    FUNC_PLCOBJECT_DESCRIPTION(Int32) Property
    In This Topic
    Object description # 20417. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCOBJECT_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCOBJECT_DESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    PLC object description of a PLC card. Can be automatically entered by the device selection.

    See Also