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

In This Topic
    FUNC_PINORTERMINALDESCRIPTION(Int32) Property
    In This Topic
    Terminal / pin description # 20225. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PINORTERMINALDESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PINORTERMINALDESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Description of a terminal or pin. This property can only be placed separately and cannot be docked to other placed properties on the display tab of the property dialog.

    See Also