Location Constructor (Location) | 
 
            Initializes a new instance of the 
Location struct, initializing its coordinates from the given location.
            
 
    Namespace: 
   Ptv.Components.Projections
    Assembly:
   Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntaxpublic Location(
	Location location
)
Public Sub New ( 
	location As Location
)
public:
Location(
	Location location
)
new : 
        location : Location -> LocationParameters
- location
 - Type: Ptv.Components.ProjectionsLocation
Location instance to initialize the location with. 
See Also