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