P_Furcadia_FurcMap_Map_Height - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Map.Height 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 43

Syntax

C#

public int Height { get; }

VB

Public ReadOnly Property Height As Integer
	Get

VB Usage

Dim instance As Map
Dim value As Integer

value = instance.Height

C++

public:
property int Height {
	int get ();
}

F#

member Height : int with get

Property Value

Type: Int32

See Also

Reference

Map Class
Furcadia.FurcMap Namespace

⚠️ **GitHub.com Fallback** ⚠️