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

Looks up an appropriate exporter for the given MapFormat.

Namespace: fCraft.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[CanBeNullAttribute]
public static IMapExporter GetExporter(
	MapFormat format
)

Parameters

format
MapFormat
Map format for which an exporter should be looked up.

Return Value

IMapExporter object if an exporter was found for the given format; otherwise null.

See Also