public static GeographicTransformation CreateGeoConTransformation( string name, string gridDatasetName, SpatialReference inputSpatialReference, SpatialReference outputSpatialReference, bool transformForward )
Public Shared Function CreateGeoConTransformation( _ ByVal name As String, _ ByVal gridDatasetName As String, _ ByVal inputSpatialReference As SpatialReference, _ ByVal outputSpatialReference As SpatialReference, _ Optional ByVal transformForward As Boolean _ ) As GeographicTransformation
Parameters
- name
- The name of the transformation.
- gridDatasetName
- The name of the grid dataset.
- inputSpatialReference
- The input spatial reference.
- outputSpatialReference
- The output spatial reference.
- transformForward
- (Optional) Default is true. If false, the created transformation is inverted.
Return Value
A geographic transformation that is a GeoCon grid transformation.