public static CompositeHVDatumTransformation Create( int wkid, bool transformForward )
Public Overloads Shared Function Create( _ ByVal wkid As Integer, _ Optional ByVal transformForward As Boolean _ ) As CompositeHVDatumTransformation
Parameters
- wkid
- The well-known ID of the hv datum transformation to be created.
- transformForward
- (Optional) Default is true. If false, the created transformation is inverted.
Return Value
A new composite hv datum transformation that contains the created hv datum transformation.