public Geometry Project( Geometry geometry, SpatialReference outputSpatialReference )
Public Function Project( _ ByVal geometry As Geometry, _ ByVal outputSpatialReference As SpatialReference _ ) As Geometry
Parameters
- geometry
- The geometry to be projected.
- outputSpatialReference
- The spatial reference to which the geometry will be projected.
Return Value
The projected geometry.