int Transform3D( Coordinate3D[] inCoordinates, ProjectionTransformation projectionTransformation, ref Coordinate3D[] outCoordinates )
Function Transform3D( _ ByVal inCoordinates() As Coordinate3D, _ ByVal projectionTransformation As ProjectionTransformation, _ ByRef outCoordinates As Coordinate3D() _ ) As Integer
Parameters
- inCoordinates
- The array of coordinates to be transformed.
- projectionTransformation
- The projection transformation specifying the input and output spatial references and possibly the geographic transformations to use for the transformation.
- outCoordinates
- The array of transformed coordinates. If it is null or the length is less than the length of inCoordinates, then a new array will be allocated.
Return Value
The number of transformed coordinates.