ICoordinateTransformationTransform Method (Location) | 
  
    Namespace: 
   Ptv.Components.Projections
    Assembly:
   Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
SyntaxLocation[] Transform(
	Location[] locationsIn
)
Function Transform ( 
	locationsIn As Location()
) As Location()
array<Location>^ Transform(
	array<Location>^ locationsIn
)
abstract Transform : 
        locationsIn : Location[] -> Location[] 
Parameters
- locationsIn
 - Type: Ptv.Components.ProjectionsLocation
Array containing the locations to transform. 
Return Value
Type: 
LocationThe array containing the transformed locations.
Exceptions
See Also