public static GeographicTransformation CreateNull( SpatialReference input, SpatialReference output, bool transformForward )
Public Shared Function CreateNull( _ ByVal input As SpatialReference, _ ByVal output As SpatialReference, _ Optional ByVal transformForward As Boolean _ ) As GeographicTransformation
Parameters
- input
- The input spatial reference for the null transformation.
- output
- The output spatial reference for the null transformation.
- transformForward
- (Optional) Default is true. If false, the created transformation is inverted.
Return Value
A new GeographicTransformation.