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

In This Topic
    PLUGSTRIP_COUNTOFPINS(Int32) Property
    In This Topic
    Plugs: Number of male pins # 35210. This property isn't indexed.
    Syntax
    public PropertyValue PLUGSTRIP_COUNTOFPINS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLUGSTRIP_COUNTOFPINS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Number of male pins in plug.

    See Also