Click or drag to resize
Objectives Class
View Project on GitHub
This resource returns details about World vs. World objectives such as camps, towers, and keeps.
Inheritance Hierarchy
SystemObject
  GW2CSharpImageable
    GW2CSharp.V2.Unauthenticated.WvWObjectives

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public class Objectives : Imageable

The Objectives type exposes the following members.

Constructors
  NameDescription
Public methodObjectives
This resource returns details about World vs. World objectives such as camps, towers, and keeps.
Top
Properties
  NameDescription
Public propertyCoord
An array of three numbers representing the X, Y and Z coordinates of the objectives marker on the map.
Public propertyId
The objective id.
Public propertyLabelCoord
An array of two numbers representing the X and Y coordinates of the sector centroid.
Public propertyMapId
The ID of the map that this objective can be found on.
Public propertyMapType
The map that this objective can be found on
Public propertyName
The name of the objective.
Public propertySectorId
The map sector the objective can be found in. (See /v2/continents.)
Public propertyType
The type of the objective
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImage
Returns the icon as a Bitmap
(Inherited from Imageable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also