Click or drag to resize
Sector Constructor
View Project on GitHub
Initializes a new instance of the Sector class.

Namespace: GW2CSharp.V2.Unauthenticated.Continents
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Sector(
	int id,
	string name,
	int level,
	List<double> coord,
	string chat_link
)

Parameters

id
Type: SystemInt32
The area id.
name
Type: SystemString
The name of the area.
level
Type: SystemInt32
The level of the area.
coord
Type: System.Collections.GenericListDouble
The coordinates of this area (this is usually the center position).
chat_link
Type: SystemString
The link that can be used ingame.
See Also