Map.Height Property

FFF3PP

MapHeight Property

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 height of the map (READ-ONLY)

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public int Height { get; }
Public ReadOnly Property Height As Integer
	Get

Dim instance As Map
Dim value As Integer

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

Property Value

Type: Int32
See Also