Public Overloads Shared Function Create( _ ByVal wkid As Integer, _ Optional ByVal transformForward As Boolean _ ) As CompositeGeographicTransformation
public static CompositeGeographicTransformation Create( int wkid, bool transformForward )
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.
Return Value
A new CompositeGeographicTransformation that contains the created GeographicTransformation.