Map.Width Property

Furcadia Framework

MapWidth Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

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

The actual width of the map (READ-ONLY)

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public int Width { get; }
Public ReadOnly Property Width As Integer
	Get

Dim instance As Map
Dim value As Integer

value = instance.Width
public:
property int Width {
	int get ();
}
member Width : int with get

Property Value

Type: Int32
See Also

Reference