P_Furcadia_FurcMap_Map_Width - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 43
C#
public int Width { get; }
VB
Public ReadOnly Property Width As Integer
Get
VB Usage
Dim instance As Map
Dim value As Integer
value = instance.Width
C++
public:
property int Width {
int get ();
}
F#
member Width : int with get
Type: Int32