[This is preliminary documentation and is subject to change.]

Reads a Land with specified index.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public TileData..::.Land GetLand(
	int index
)
Public Function GetLand ( _
	index As Integer _
) As TileData..::.Land
public:
TileData..::.Land GetLand(
	int index
)

Parameters

index
Int32
Index between 0 and MaxIndex.

Return Value

New instance of Land filled with read list

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also