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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Number of N pins in the plug.

    See Also