Click or drag to resize
WorldWrapperGetById Method (Int32)
View Project on GitHub
Returns the world that matches the Id.

Namespace: GW2CSharp.V2.Unauthenticated.Worlds
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public World GetById(
	int id
)

Parameters

id
Type: SystemInt32
The world id.

Return Value

Type: World
World object that matches the Id.
See Also