| Visual Basic | |
|---|---|
Function GetAt( _ ByVal lIndex As System.Integer _ ) As System.Object | |
| C# | |
|---|---|
System.object GetAt( System.int lIndex ) | |
| C++/CLI | |
|---|---|
System.Object^ GetAt( & System.int lIndex ) | |
Parameters
- lIndex
- Zero-based index of the element to retrieve
Return Value
Element at the specified positionTo enumerate a list, call IEdmEnum::MoveNext and IEdmEnum::Current, both of which are more efficient than this method.
- S_OK: The method successfully executed.
- E_INVALIDARG: The specified index is outside the range of this list.
SOLIDWORKS PDM Professional 2013