Click or drag to resize
Map.Floors Property
View Project on GitHub
A list of available floors for this map.

Namespace: GW2CSharp.V2.Unauthenticated.Maps
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<int> Floors { get; }

Property Value

Type: IEnumerable<Int32>
See Also