|  | Place Constructor (Location) | 
 Initializes a new instance of the 
Place class
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Place(
	Location Location
)
public:
Place(
	Location^ Location
)
ParaPlanREST.Models.Place = function(Location);
Parameters
- Location
- Type: Location
 [Missing <param name="Location"/> documentation for "M:ParaPlanREST.Models.Place.#ctor(ParaPlan.Entities.Location)"] 
 See Also
See Also