API Help
Eplan.EplApi.EServices Namespace / SubProjectsCollection Class / Item Property

In This Topic
    Item Property (SubProjectsCollection)
    In This Topic
    Gets the element at the specified index.
    Syntax
    public SubProject this[ 
       int index
    ]; {get;}
    public:
    property SubProject^ default [int] {
       SubProject^ get(int index);
    }

    Parameters

    index
    Exceptions
    ExceptionDescription
    The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array.
    See Also