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

Item Property (SubProjectsCollection)
Gets the element at the specified index.
Syntax
public SubProject this[ 
   int index
]; {get;}

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