OdsoFieldMapDataCollection indexer

__getitem__(index)

Gets or sets an item in this collection.

def __getitem__(self, index: int):
    ...
ParameterTypeDescription
indexint

See Also