Table of Contents

TXmlMap.GetMap Method

Gets the map at position index. (0 based). The map returned is not a copy but the actual map in the class, so modifying it will modify the map in the class.

Syntax

Namespace: FlexCel.Core

public TXmlMapMap GetMap(Int32 index)

Parameters

<-> Parameter Type Description
index Int32 Index of the map to return, 0 based.

See also