API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PINORTERMINALNUMBER Property / FUNC_PINORTERMINALNUMBER(Int32) Property

In This Topic
    FUNC_PINORTERMINALNUMBER(Int32) Property
    In This Topic
    Terminal / Pin designation # 20030. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PINORTERMINALNUMBER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PINORTERMINALNUMBER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Designation 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