wwDotNetBridge::GetIndexedProperty

Returns an array value by its index.

o.GetIndexedProperty(loListInstance, lnIndex)

Value of the property or null. Check lError property for error result

Parameters

loListInstance
A .NET object instance

lnIndex
The index of the item to retrieve. In most cases these indexers will be 0 based in .NET.

See also