public static GeographicTransformation Create( int wkid, bool transformForward )
Public Overloads Shared Function Create( _ ByVal wkid As Integer, _ Optional ByVal transformForward As Boolean _ ) As GeographicTransformation
Parameters
- wkid
- The well-known ID of the geographic transformation to be created.
- transformForward
- (Optional) Default is true. If false, the created transformation is inverted.