API Help
Eplan.EplApi.DataModel.EObjects Namespace / PlugStripPropertyList Class / PLUGSTRIP_LASTCONTACT Property / PLUGSTRIP_LASTCONTACT(Int32) Property

In This Topic
    PLUGSTRIP_LASTCONTACT(Int32) Property
    In This Topic
    Plugs: Last pin # 35204. This property isn't indexed.
    Syntax
    public PropertyValue PLUGSTRIP_LASTCONTACT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLUGSTRIP_LASTCONTACT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Designation of the last pin in the plug.

    See Also