API Help
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStripPropertyList Class / TERMINAL_COUNTOFINTERNALOBJECTS Property / TERMINAL_COUNTOFINTERNALOBJECTS(Int32) Property

In This Topic
    TERMINAL_COUNTOFINTERNALOBJECTS(Int32) Property
    In This Topic
    Terminal strips: Total number of objects on terminal strip # 35001. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue TERMINAL_COUNTOFINTERNALOBJECTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ TERMINAL_COUNTOFINTERNALOBJECTS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Quantity of all objects on the terminal strip, including the terminal strip definition, terminals, terminal accessories, and function templates.

    See Also